| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Cron job class. More...
 Collaboration diagram for ilCron:
 Collaboration diagram for ilCron:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCron::__checkUserAccounts | ( | ) | 
Definition at line 81 of file class.ilCron.php.
References $data, $query, $res, $row, DB_FETCHMODE_OBJECT, and txt().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCron::__readSetting | ( | $a_keyword | ) | 
Definition at line 155 of file class.ilCron.php.
Referenced by start().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCron::ilCron | ( | & | $db | ) | 
| ilCron::initLog | ( | $path, | |
| $file, | |||
| $client | |||
| ) | 
| ilCron::start | ( | ) | 
Definition at line 68 of file class.ilCron.php.
References __checkLinks(), __checkUserAccounts(), and __readSetting().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCron::txt | ( | $language, | |
| $key, | |||
| $module = 'common' | |||
| ) | 
Definition at line 61 of file class.ilCron.php.
References ilLanguage\_lookupEntry().
Referenced by __checkUserAccounts().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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.