ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilCronService. More...
Public Member Functions | |
isCore () | |
getVersion () | |
Get Version Number of Component. | |
Public Member Functions inherited from ilService | |
getName () | |
Get Name. | |
Public Member Functions inherited from ilComponent | |
__construct () | |
setId ($a_id) | |
Set Id. | |
getId () | |
Get Id. | |
setPluginSlots ($a_pluginslots) | |
Set Plugin Slots. | |
getPluginSlots () | |
Get Plugin Slots. | |
setSubDirectory ($a_subdirectory) | |
Set Sub Directory. | |
getSubDirectory () | |
Get Sub Directory. | |
getPluginSlotName ($a_id) | |
Get name of plugin slot. | |
getPluginSlotDirectory ($a_id) | |
Get directory of plugin slot. | |
getPluginSlotLanguagePrefix ($a_id) | |
Get language prefix for plugin slot. |
Additional Inherited Members | |
Static Public Member Functions inherited from ilService | |
static | getComponentType () |
Get Component Type. | |
static | getAvailableCoreServices () |
Get all available core services. |
ilCronService::getVersion | ( | ) |
Get Version Number of Component.
The number should be changed if anything in the code is changed. Otherwise ILIAS will not be able to recognize any change in the module.
The format must be: <major number>="">.<minor number>="">.<bugfix number>=""> <bugfix number>=""> should be increased for bugfixes <minor number>=""> should be increased for behavioural changes (and new functionalities) <major number>=""> should be increased for major revisions
The number should be returned directly as string, e.g. return "1.0.2";
Reimplemented from ilComponent.
Definition at line 22 of file class.ilCronService.php.
ilCronService::isCore | ( | ) |
Reimplemented from ilComponent.
Definition at line 17 of file class.ilCronService.php.