Go to the source code of this file.
Cron initialization.
- Returns
- void private
Definition at line 15 of file cron.php.
_elgg_cron_monitor |
( |
|
$hook, |
|
|
|
$period, |
|
|
|
$output, |
|
|
|
$params |
|
) |
| |
Record cron running.
- Parameters
-
string | $hook | Hook name |
string | $period | Cron period |
string | $output | Output content |
array | $params | Hook parameters |
- Returns
- void private
Definition at line 154 of file cron.php.
_elgg_cron_page_handler |
( |
|
$page | ) |
|
Cron handler.
- Parameters
-
- Returns
- bool
- Exceptions
-
Definition at line 105 of file cron.php.
Cron run.
This function was designed to be called every one minute from a cron job to executes each Elgg cron period at the desired interval. Will also exeute any Elgg cron period that have not fired by the expected deadline.
Can be called manually by: http://YOUR.SITE/cron/run/
This will only execute cron periods at specified intervals to force execution of a specific period you will need to use http://YOUR.SITE/cron/<period>/
private
Definition at line 51 of file cron.php.