Detailed Description
Member Function Documentation
| execute |
( |
|
$last_result, |
|
|
|
$parameters = array() |
|
) |
| |
Executes the cronjob.
- Parameters
-
| mixed | $last_result | What the last execution of this cronjob returned. |
| Array | $parameters | Parameters for this cronjob instance which were defined during scheduling. Only valid parameter at the moment is "verbose" which toggles verbose output while purging the cache. |
Reimplemented from CronJob.
| static getDescription |
( |
| ) |
|
|
static |
Returns the description of the cronjob.
Reimplemented from CronJob.
Returns the name of the cronjob.
Reimplemented from CronJob.
Return the paremeters for this cronjob.
- Returns
- Array Parameters.
Reimplemented from CronJob.
Setup method. Loads neccessary classes and checks environment. Will bail out with an exception if environment does not match requirements.
Reimplemented from CronJob.
The documentation for this class was generated from the following file: