FacturaScripts

CronJobClass
in package

Table of Contents

ECHO_MODE_FULL  = 'full'
ECHO_MODE_LOG  = 'log'
JOB_NAME  = 'cron'
$echo  : string
$echo_mode  : string
echoMode()  : void
run()  : void
echo()  : void
getEcho()  : string
saveEcho()  : void
sendToAdmins()  : void
text()  : void

Constants

Properties

$echo_mode

private static string $echo_mode = self::ECHO_MODE_FULL

Methods

echoMode()

public static echoMode(string $mode) : void
Parameters
$mode : string
Return values
void

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