FacturaScripts

CronJobClass
in package

AbstractYes

Table of Contents

Constants

ECHO_MODE_FULL  = 'full'
ECHO_MODE_LOG  = 'log'
JOB_NAME  = 'cron'

Properties

$echo  : string
$echo_mode  : string

Methods

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

echo()

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

getEcho()

protected static getEcho() : string
Return values
string

sendToAdmins()

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

text()

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

        
On this page

Search results