ReschedulerTerminator3 Class Reference
Run three times. More...
Inheritance diagram for
ReschedulerTerminator3:
Protected Member Functions |
|
get_schedules () | |
Returns all schedules for this policy as
array. |
Detailed Description
Run three times.
Definition at line 7 of file terminator3.rescheduler.php.
Member Function Documentation
ReschedulerTerminator3::get_schedules | ( | ) | [protected] |
Returns all schedules for this policy as array.
Array index is number of runs done, value is the difference to last run in seconds
- Returns:
- array
Reimplemented from ReschedulerBase.
Definition at line 15 of file terminator3.rescheduler.php.
00015 { 00016 return array( 00017 0 => GyroDate::ONE_HOUR, 00018 1 => GyroDate::ONE_HOUR, 00019 ); 00020 }
The documentation for this class was generated from the following file:
- contributions/scheduler/behaviour/scheduler/terminator3.rescheduler.php