Elgg  Version 2.3
Variables
cron.php File Reference

Go to the source code of this file.

Variables

 $periods = elgg_get_config('elgg_cron_periods')
 Cron statistics. More...
 
 $table_content = ''
 
foreach($periods as $period) $period_hd = elgg_echo('admin:cron:period')
 
 $friendly_hd = elgg_echo('admin:cron:friendly')
 
 $date_hd = elgg_echo('admin:cron:date')
 
 $msg_hd = elgg_echo('admin:cron:msg')
 
 $table =
 

Variable Documentation

◆ $date_hd

$date_hd = elgg_echo('admin:cron:date')

Definition at line 31 of file cron.php.

◆ $friendly_hd

$friendly_hd = elgg_echo('admin:cron:friendly')

Definition at line 30 of file cron.php.

◆ $msg_hd

$msg_hd = elgg_echo('admin:cron:msg')

Definition at line 32 of file cron.php.

◆ $period_hd

foreach ( $periods as $period) $period_hd = elgg_echo('admin:cron:period')

Definition at line 29 of file cron.php.

◆ $periods

$periods = elgg_get_config('elgg_cron_periods')

Cron statistics.

Definition at line 7 of file cron.php.

◆ $table

$table =

Definition at line 34 of file cron.php.

◆ $table_content

$table_content = ''

Definition at line 8 of file cron.php.