PHP Class Aoe_Scheduler_Shell_Scheduler, Aoe_Scheduler

Inheritance: extends Mage_Shell_Abstract
Afficher le fichier Open project: aoepeople/aoe_scheduler Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
_applyPhpVariables ( )

Method Details

_applyPhpVariables() protected méthode

protected _applyPhpVariables ( )

cronAction() public méthode

Cron action
public cronAction ( )

cronActionHelp() public méthode

Display extra help
public cronActionHelp ( ) : string
Résultat string

disableJobAction() public méthode

Disable job
public disableJobAction ( ) : void
Résultat void

disableJobActionHelp() public méthode

Display extra help
public disableJobActionHelp ( ) : string
Résultat string

enableJobAction() public méthode

Enable job
public enableJobAction ( ) : void
Résultat void

enableJobActionHelp() public méthode

Display extra help
public enableJobActionHelp ( ) : string
Résultat string

flushSchedulesAction() public méthode

Flush schedules

flushSchedulesActionHelp() public méthode

Display extra help
public flushSchedulesActionHelp ( ) : string
Résultat string

killAllAction() public méthode

Kill all
public killAllAction ( ) : void
Résultat void

lastRunAction() public méthode

Returns the timestamp of the last run of a given job
public lastRunAction ( ) : void
Résultat void

lastRunActionHelp() public méthode

Display extra help
public lastRunActionHelp ( ) : string
Résultat string

listAllCodesAction() public méthode

List all availables codes / jobs
public listAllCodesAction ( ) : void
Résultat void

listAllRunningSchedulesAction() public méthode

Print all running schedules
public listAllRunningSchedulesAction ( ) : void
Résultat void

listGroupsAction() public méthode

Print all running schedules
public listGroupsAction ( ) : void
Résultat void

run() public méthode

Run script
public run ( ) : void
Résultat void

runNowAction() public méthode

Run a job now
public runNowAction ( ) : void
Résultat void

runNowActionHelp() public méthode

Display extra help
public runNowActionHelp ( ) : string
Résultat string

scheduleNowAction() public méthode

Schedule a job now
public scheduleNowAction ( ) : void
Résultat void

scheduleNowActionHelp() public méthode

Display extra help
public scheduleNowActionHelp ( ) : string
Résultat string

usageHelp() public méthode

Retrieve Usage Help Message
public usageHelp ( ) : string
Résultat string

waitAction() public méthode

Active wait until no schedules are running
public waitAction ( )

waitActionHelp() public méthode

Display extra help
public waitActionHelp ( ) : string
Résultat string

watchdogAction() public méthode

Runs watchdog
public watchdogAction ( )