ILIAS
Release_3_10_x_branch Revision 61812
|
Cron job class. More...
Public Member Functions | |
ilCronClients () | |
& | _getInstance () |
__createLock () | |
_lockExists () | |
__readClients () | |
__startChecks () | |
__openDb () | |
__checkDBVersion () | |
__readFileDBVersion () | |
__checkAccess () | |
__ilCronClients () |
Data Fields | |
$fp |
Cron job class.
Definition at line 38 of file class.ilCronClients.php.
ilCronClients::__checkAccess | ( | ) |
Definition at line 222 of file class.ilCronClients.php.
Referenced by __readClients().
ilCronClients::__checkDBVersion | ( | ) |
Definition at line 189 of file class.ilCronClients.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by __startChecks().
ilCronClients::__createLock | ( | ) |
Definition at line 63 of file class.ilCronClients.php.
Referenced by ilCronClients().
ilCronClients::__ilCronClients | ( | ) |
Definition at line 245 of file class.ilCronClients.php.
ilCronClients::__openDb | ( | ) |
Definition at line 172 of file class.ilCronClients.php.
Referenced by __startChecks().
ilCronClients::__readClients | ( | ) |
Definition at line 88 of file class.ilCronClients.php.
References $file, __checkAccess(), and __startChecks().
Referenced by ilCronClients().
ilCronClients::__readFileDBVersion | ( | ) |
Definition at line 203 of file class.ilCronClients.php.
Referenced by __startChecks().
ilCronClients::__startChecks | ( | ) |
Definition at line 133 of file class.ilCronClients.php.
References $cron_obj, $log, __checkDBVersion(), __openDb(), and __readFileDBVersion().
Referenced by __readClients().
& ilCronClients::_getInstance | ( | ) |
Definition at line 54 of file class.ilCronClients.php.
References _lockExists(), and ilCronClients().
ilCronClients::_lockExists | ( | ) |
Definition at line 71 of file class.ilCronClients.php.
References $fp.
Referenced by _getInstance().
ilCronClients::ilCronClients | ( | ) |
Definition at line 43 of file class.ilCronClients.php.
References __createLock(), and __readClients().
Referenced by _getInstance().
ilCronClients::$fp |
Definition at line 40 of file class.ilCronClients.php.
Referenced by _lockExists().