ILIAS
Release_4_0_x_branch Revision 61816
|
Cron job class. More...
Public Member Functions | |
ilCron (&$db) | |
initLog ($path, $file, $client) | |
txt ($language, $key, $module= 'common') | |
start () | |
__checkUserAccounts () | |
__checkLinks () | |
__readSetting ($a_keyword) |
Data Fields | |
$db | |
$log |
Cron job class.
Definition at line 34 of file class.ilCron.php.
ilCron::__checkLinks | ( | ) |
Definition at line 139 of file class.ilCron.php.
Referenced by start().
ilCron::__checkUserAccounts | ( | ) |
Definition at line 81 of file class.ilCron.php.
References $data, $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and txt().
Referenced by start().
ilCron::__readSetting | ( | $a_keyword | ) |
Definition at line 155 of file class.ilCron.php.
Referenced by start().
ilCron::ilCron | ( | & | $db | ) |
ilCron::initLog | ( | $path, | |
$file, | |||
$client | |||
) |
ilCron::start | ( | ) |
Definition at line 68 of file class.ilCron.php.
References __checkLinks(), __checkUserAccounts(), and __readSetting().
ilCron::txt | ( | $language, | |
$key, | |||
$module = 'common' |
|||
) |
Definition at line 61 of file class.ilCron.php.
References $key, and ilLanguage\_lookupEntry().
Referenced by __checkUserAccounts().
ilCron::$db |
Definition at line 36 of file class.ilCron.php.
Referenced by ilCron().
ilCron::$log |
Definition at line 37 of file class.ilCron.php.