ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
hook_cron.php
Go to the documentation of this file.
1<?php
8 assert('is_array($croninfo)');
9 assert('array_key_exists("summary", $croninfo)');
10 assert('array_key_exists("tag", $croninfo)');
11
13
14 if ($cronconfig->getValue('debug_message', TRUE)) {
15
16 $croninfo['summary'][] = 'Cron did run tag [' . $croninfo['tag'] . '] at ' . date(DATE_RFC822);
17 }
18
19}
date( 'd-M-Y', $objPHPExcel->getProperties() ->getCreated())
An exception for terminatinating execution or to throw for unit testing.
static getConfig($filename='config.php', $configSet='simplesaml')
Load a configuration file from a configuration set.
cron_hook_cron(&$croninfo)
Hook to run a cron job.
Definition: hook_cron.php:7
$cronconfig
Definition: cron.php:4
$croninfo
Definition: cron.php:23