Documentation

SMSNotifier_SMSNotifier_Cron extends CronHandler
in package

SMS Notifier Cron class.

Table of Contents

STATUS_QUEUE  = 'PLL_QUEUE'
$cronTask  : Cron
$logs  : string
$moduelName  : string
__construct()  : mixed
Construct.
checkTimeout()  : bool
Check cron task timeout.
getTaskLog()  : string
Get cron task logs.
process()  : void
Main function to execute task.
updateLastActionTime()  : void
Update cron task last action time.

Constants

STATUS_QUEUE

private string STATUS_QUEUE = 'PLL_QUEUE'

Status

Properties

$moduelName

private string $moduelName = 'SMSNotifier'

Module name

Methods

__construct()

Construct.

public __construct(Cron $cronTask) : mixed
Parameters
$cronTask : Cron
Return values
mixed

checkTimeout()

Check cron task timeout.

public checkTimeout() : bool
Return values
bool

getTaskLog()

Get cron task logs.

public getTaskLog() : string
Return values
string

process()

Main function to execute task.

public process() : void
Return values
void

updateLastActionTime()

Update cron task last action time.

public updateLastActionTime() : void
Return values
void

        

Search results