ILIAS
Release_4_0_x_branch Revision 61816
|
Cron job class. More...
Public Member Functions | |
ilCronClients () | |
& | _getInstance () |
__createLock () | |
_lockExists () | |
__readClients () | |
__startChecks () | |
__openDb () | |
__checkDBVersion () | |
__readFileDBVersion () | |
__checkAccess () | |
__ilCronClients () | |
Public Member Functions inherited from PEAR | |
PEAR ($error_class=null) | |
Constructor. | |
_PEAR () | |
Destructor (the emulated type of...). | |
& | getStaticProperty ($class, $var) |
If you have a class that's mostly/entirely static, and you need static properties, you can use this method to simulate them. | |
registerShutdownFunc ($func, $args=array()) | |
Use this function to register a shutdown method for static classes. | |
isError ($data, $code=null) | |
Tell whether a value is a PEAR error. | |
setErrorHandling ($mode=null, $options=null) | |
Sets how errors generated by this object should be handled. | |
expectError ($code= '*') | |
This method is used to tell which errors you expect to get. | |
popExpect () | |
This method pops one element off the expected error codes stack. | |
_checkDelExpect ($error_code) | |
This method checks unsets an error code if available. | |
delExpect ($error_code) | |
This method deletes all occurences of the specified element from the expected error codes stack. | |
& | raiseError ($message=null, $code=null, $mode=null, $options=null, $userinfo=null, $error_class=null, $skipmsg=false) |
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. | |
& | throwError ($message=null, $code=null, $userinfo=null) |
Simpler form of raiseError with fewer options. | |
staticPushErrorHandling ($mode, $options=null) | |
staticPopErrorHandling () | |
pushErrorHandling ($mode, $options=null) | |
Push a new error handler on top of the error handler options stack. | |
popErrorHandling () | |
Pop the last error handler used. | |
loadExtension ($ext) | |
OS independant PHP extension load. |
Data Fields | |
$fp | |
Data Fields inherited from PEAR | |
$_debug = false | |
$_default_error_mode = null | |
$_default_error_options = null | |
$_default_error_handler = '' | |
$_error_class = 'PEAR_Error' | |
$_expected_errors = array() |
Cron job class.
Definition at line 35 of file class.ilCronClients.php.
ilCronClients::__checkAccess | ( | ) |
Definition at line 224 of file class.ilCronClients.php.
Referenced by __readClients().
ilCronClients::__checkDBVersion | ( | ) |
Definition at line 186 of file class.ilCronClients.php.
References $GLOBALS.
Referenced by __startChecks().
ilCronClients::__createLock | ( | ) |
Definition at line 60 of file class.ilCronClients.php.
Referenced by ilCronClients().
ilCronClients::__ilCronClients | ( | ) |
Definition at line 247 of file class.ilCronClients.php.
ilCronClients::__openDb | ( | ) |
Definition at line 169 of file class.ilCronClients.php.
References MDB2\connect(), and MDB2\isError().
Referenced by __startChecks().
ilCronClients::__readClients | ( | ) |
Definition at line 85 of file class.ilCronClients.php.
References $file, __checkAccess(), and __startChecks().
Referenced by ilCronClients().
ilCronClients::__readFileDBVersion | ( | ) |
Definition at line 205 of file class.ilCronClients.php.
References $row.
Referenced by __startChecks().
ilCronClients::__startChecks | ( | ) |
Definition at line 130 of file class.ilCronClients.php.
References $cron_obj, $log, __checkDBVersion(), __openDb(), and __readFileDBVersion().
Referenced by __readClients().
& ilCronClients::_getInstance | ( | ) |
Definition at line 51 of file class.ilCronClients.php.
References _lockExists(), and ilCronClients().
ilCronClients::_lockExists | ( | ) |
Definition at line 68 of file class.ilCronClients.php.
References $fp.
Referenced by _getInstance().
ilCronClients::ilCronClients | ( | ) |
Definition at line 40 of file class.ilCronClients.php.
References __createLock(), and __readClients().
Referenced by _getInstance().
ilCronClients::$fp |
Definition at line 37 of file class.ilCronClients.php.
Referenced by _lockExists().