Elgg  Version master
Variables
cron.php File Reference

Go to the source code of this file.

Variables

 $cron_service = _elgg_services()->cron
 Cron statistics. More...
 
 $periods = $cron_service->getConfiguredIntervals(true)
 
 $table_content = ''
 
foreach($periods as $period) $header = elgg_format_element('th', [], elgg_echo('admin:cron:period'))
 
 $table = elgg_format_element('table', ['class' => 'elgg-table'], $header . $table_content)
 

Variable Documentation

$cron_service = _elgg_services()->cron

Cron statistics.

Definition at line 6 of file cron.php.

$header = elgg_format_element('th', [], elgg_echo('admin:cron:period'))

Definition at line 51 of file cron.php.

$periods = $cron_service->getConfiguredIntervals(true)

Definition at line 7 of file cron.php.

$table = elgg_format_element('table', ['class' => 'elgg-table'], $header . $table_content)

Definition at line 60 of file cron.php.

$table_content = ''

Definition at line 9 of file cron.php.