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 85 of file cron.php.
_elgg_cron_page_handler |
( |
|
$page | ) |
|
Cron handler.
- Parameters
-
- Returns
- bool
- Exceptions
-
Definition at line 47 of file cron.php.
_elgg_cron_public_pages |
( |
|
$hook, |
|
|
|
$type, |
|
|
|
$pages, |
|
|
|
$params |
|
) |
| |
Register cron's pages as public in case we're in Walled Garden mode.
- Parameters
-
string | $hook | 'public_pages' |
string | $type | 'walled_garden' |
array | $pages | Array of pages to allow |
mixed | $params | Params |
- Returns
- array private
Definition at line 106 of file cron.php.