|
Stud.IP
jlu_4.3 Revision 64286
|


Public Member Functions | |
| setUp () | |
| execute ($lastResult, $parameters=[]) | |
| tearDown () | |
| execute ($last_result, $parameters=array()) | |
| setUp () | |
| tearDown () | |
Static Public Member Functions | |
| static | getName () |
| static | getDescription () |
| static | getParameters () |
Static Public Member Functions inherited from CronJob | |
| static | getName () |
| static | getDescription () |
| static | getParameters () |
| static | register () |
| static | unregister () |
Cron job that re-indexes all files.
@license GPL2 or any later version
| execute | ( | $lastResult, | |
$parameters = [] |
|||
| ) |
{Execute the cronjob.
| mixed | $last_result | What the last execution of this cronjob returned. |
| Array | $parameters | Parameters for this cronjob instance which were defined during scheduling. |
@SuppressWarnings(PHPMD.UnusedFormalParameter)
Reimplemented from CronJob.
|
static |
{Return the description of the cronjob.}
Reimplemented from CronJob.
|
static |
{Return the name of the cronjob.}
Reimplemented from CronJob.
|
static |
{Returns a list of available parameters for this cronjob.Each parameter is an entry in the resulting with a unique identifier with the following array fields:
return array( 'area' => array( 'type' => 'select', 'values' => array('seminar', 'institute', 'user'), 'description' => 'Example parameter #1', ), 'verbose' => array( 'type' => 'boolean', 'default' => false, 'status' => 'optional', 'description' => 'Example parameter #2', ), ); | Array | List of paramters in the format described above. |
Reimplemented from CronJob.
| setUp | ( | ) |
{Setup method.}
Reimplemented from CronJob.
| tearDown | ( | ) |
{Teardown method.}
Reimplemented from CronJob.