FacturaScripts

CronJobClass
in package

Table of Contents

JOB_NAME  = 'cron'
$echo  : string
run()  : void
echo()  : void
getEcho()  : string
saveEcho()  : void
sendToAdmins()  : void
text()  : void

Constants

Properties

Methods

run()

public abstract static run() : void
Return values
void

echo()

protected static echo(string $text) : void
Parameters
$text : string
Return values
void

getEcho()

protected static getEcho() : string
Return values
string

saveEcho()

protected static saveEcho() : void
Return values
void

sendToAdmins()

protected static sendToAdmins(string $subject, string $body) : void
Parameters
$subject : string
$body : string
Return values
void

text()

protected static text(string $text) : void
Parameters
$text : string
Return values
void

Search results