|
ILIAS
Release_3_10_x_branch Revision 61812
|
Cron job class. More...
Inheritance diagram for ilCronClients:
Collaboration diagram for ilCronClients: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().
Here is the caller graph for this function:| ilCronClients::__checkDBVersion | ( | ) |
Definition at line 189 of file class.ilCronClients.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by __startChecks().
Here is the caller graph for this function:| ilCronClients::__createLock | ( | ) |
Definition at line 63 of file class.ilCronClients.php.
Referenced by ilCronClients().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilCronClients::__readClients | ( | ) |
Definition at line 88 of file class.ilCronClients.php.
References $file, __checkAccess(), and __startChecks().
Referenced by ilCronClients().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronClients::__readFileDBVersion | ( | ) |
Definition at line 203 of file class.ilCronClients.php.
Referenced by __startChecks().
Here is the caller graph for this function:| ilCronClients::__startChecks | ( | ) |
Definition at line 133 of file class.ilCronClients.php.
References $cron_obj, $log, __checkDBVersion(), __openDb(), and __readFileDBVersion().
Referenced by __readClients().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilCronClients::_getInstance | ( | ) |
Definition at line 54 of file class.ilCronClients.php.
References _lockExists(), and ilCronClients().
Here is the call graph for this function:| ilCronClients::_lockExists | ( | ) |
Definition at line 71 of file class.ilCronClients.php.
References $fp.
Referenced by _getInstance().
Here is the caller graph for this function:| ilCronClients::ilCronClients | ( | ) |
Definition at line 43 of file class.ilCronClients.php.
References __createLock(), and __readClients().
Referenced by _getInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronClients::$fp |
Definition at line 40 of file class.ilCronClients.php.
Referenced by _lockExists().