PHP Class Aoe_Scheduler_Shell_Scheduler, Aoe_Scheduler

Inheritance: extends Mage_Shell_Abstract
Datei anzeigen Open project: aoepeople/aoe_scheduler Class Usage Examples

Public Methods

Method Description
cronAction ( ) Cron action
cronActionHelp ( ) : string Display extra help
disableJobAction ( ) : void Disable job
disableJobActionHelp ( ) : string Display extra help
enableJobAction ( ) : void Enable job
enableJobActionHelp ( ) : string Display extra help
flushSchedulesAction ( ) Flush schedules
flushSchedulesActionHelp ( ) : string Display extra help
killAllAction ( ) : void Kill all
lastRunAction ( ) : void Returns the timestamp of the last run of a given job
lastRunActionHelp ( ) : string Display extra help
listAllCodesAction ( ) : void List all availables codes / jobs
listAllRunningSchedulesAction ( ) : void Print all running schedules
listGroupsAction ( ) : void Print all running schedules
run ( ) : void Run script
runNowAction ( ) : void Run a job now
runNowActionHelp ( ) : string Display extra help
scheduleNowAction ( ) : void Schedule a job now
scheduleNowActionHelp ( ) : string Display extra help
usageHelp ( ) : string Retrieve Usage Help Message
waitAction ( ) Active wait until no schedules are running
waitActionHelp ( ) : string Display extra help
watchdogAction ( ) Runs watchdog

Protected Methods

Method Description
_applyPhpVariables ( )

Method Details

_applyPhpVariables() protected method

protected _applyPhpVariables ( )

cronAction() public method

Cron action
public cronAction ( )

cronActionHelp() public method

Display extra help
public cronActionHelp ( ) : string
return string

disableJobAction() public method

Disable job
public disableJobAction ( ) : void
return void

disableJobActionHelp() public method

Display extra help
public disableJobActionHelp ( ) : string
return string

enableJobAction() public method

Enable job
public enableJobAction ( ) : void
return void

enableJobActionHelp() public method

Display extra help
public enableJobActionHelp ( ) : string
return string

flushSchedulesAction() public method

Flush schedules

flushSchedulesActionHelp() public method

Display extra help
public flushSchedulesActionHelp ( ) : string
return string

killAllAction() public method

Kill all
public killAllAction ( ) : void
return void

lastRunAction() public method

Returns the timestamp of the last run of a given job
public lastRunAction ( ) : void
return void

lastRunActionHelp() public method

Display extra help
public lastRunActionHelp ( ) : string
return string

listAllCodesAction() public method

List all availables codes / jobs
public listAllCodesAction ( ) : void
return void

listAllRunningSchedulesAction() public method

Print all running schedules

listGroupsAction() public method

Print all running schedules
public listGroupsAction ( ) : void
return void

run() public method

Run script
public run ( ) : void
return void

runNowAction() public method

Run a job now
public runNowAction ( ) : void
return void

runNowActionHelp() public method

Display extra help
public runNowActionHelp ( ) : string
return string

scheduleNowAction() public method

Schedule a job now
public scheduleNowAction ( ) : void
return void

scheduleNowActionHelp() public method

Display extra help
public scheduleNowActionHelp ( ) : string
return string

usageHelp() public method

Retrieve Usage Help Message
public usageHelp ( ) : string
return string

waitAction() public method

Active wait until no schedules are running
public waitAction ( )

waitActionHelp() public method

Display extra help
public waitActionHelp ( ) : string
return string

watchdogAction() public method

Runs watchdog
public watchdogAction ( )