ILIAS
Release_4_0_x_branch Revision 61816
|
EventHandling Service. More...
Public Member Functions | |
__construct () | |
Constructor: read information on component. | |
isCore () | |
Core modules vs. | |
getVersion () | |
Get version of service. | |
Public Member Functions inherited from ilService | |
getName () | |
Get Name. | |
Public Member Functions inherited from ilComponent | |
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. |
ilRepositoryService::__construct | ( | ) |
Constructor: read information on component.
Reimplemented from ilComponent.
Definition at line 41 of file class.ilRepositoryService.php.
ilRepositoryService::getVersion | ( | ) |
Get version of service.
Reimplemented from ilComponent.
Definition at line 57 of file class.ilRepositoryService.php.
ilRepositoryService::isCore | ( | ) |
Core modules vs.
plugged in modules
Reimplemented from ilComponent.
Definition at line 49 of file class.ilRepositoryService.php.