ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilCronService Class Reference

Class ilCronService. More...

+ Inheritance diagram for ilCronService:
+ Collaboration diagram for ilCronService:

Public Member Functions

 isCore ()
 
 getVersion ()
 Get Version Number of Component. More...
 
- Public Member Functions inherited from ilService
 getName ()
 Get Name. More...
 
- Public Member Functions inherited from ilComponent
 getVersion ()
 Get Version Number of Component. More...
 
 isCore ()
 
 getName ()
 Get Name. More...
 
 __construct ()
 
 setId ($a_id)
 Set Id. More...
 
 getId ()
 Get Id. More...
 
 setPluginSlots ($a_pluginslots)
 Set Plugin Slots. More...
 
 getPluginSlots ()
 Get Plugin Slots. More...
 
 setSubDirectory ($a_subdirectory)
 Set Sub Directory. More...
 
 getSubDirectory ()
 Get Sub Directory. More...
 
 getPluginSlotName ($a_id)
 Get name of plugin slot. More...
 
 getPluginSlotDirectory ($a_id)
 Get directory of plugin slot. More...
 
 getPluginSlotLanguagePrefix ($a_id)
 Get language prefix for plugin slot. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ilService
static getComponentType ()
 Get Component Type. More...
 
static getAvailableCoreServices ()
 Get all available core services. More...
 
- Static Public Member Functions inherited from ilComponent
static getComponentType ()
 
static getComponentObject ($a_ctype, $a_cname)
 Get component object. More...
 
static lookupPluginSlots ($a_type, $a_name)
 Lookup all plugin slots of a component. More...
 
static lookupId ($a_type, $a_name)
 Lookup ID of a component. More...
 
static getComponentInfo ($a_type, $a_name)
 
static checkVersionNumber ($a_ver)
 Check version number. More...
 
static isVersionGreaterString ($a_ver1, $a_ver2)
 
static isVersionGreater ($a_ver1, $a_ver2)
 Check whether version number is greater than another version number. More...
 
static lookupComponentName ($a_component_id)
 lookup component name @global type $ilDB More...
 
- Protected Attributes inherited from ilComponent
 $global_cache
 

Detailed Description

Class ilCronService.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id:

Definition at line 15 of file class.ilCronService.php.

Member Function Documentation

◆ getVersion()

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";

Returns
string version number

Reimplemented from ilComponent.

Definition at line 22 of file class.ilCronService.php.

23 {
24 return "-";
25 }

◆ isCore()

ilCronService::isCore ( )

Reimplemented from ilComponent.

Definition at line 17 of file class.ilCronService.php.

18 {
19 return true;
20 }

The documentation for this class was generated from the following file: