|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
TestQuestionPool Module. More...
Inheritance diagram for ilSurveyQuestionPoolModule:
Collaboration diagram for ilSurveyQuestionPoolModule:Public Member Functions | |
| __construct () | |
| Constructor: read information on component. More... | |
| isCore () | |
| Core modules vs. More... | |
| getVersion () | |
| Get version of module. More... | |
Public Member Functions inherited from ilModule | |
| __construct () | |
| Constructor: read information on component. More... | |
| 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 ilModule | |
| static | getComponentType () |
| Get Component Type. More... | |
| static | getAvailableCoreModules () |
| Get all available core modules. 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... | |
Protected Attributes inherited from ilComponent | |
| $global_cache | |
TestQuestionPool Module.
Definition at line 35 of file class.ilSurveyQuestionPoolModule.php.
| ilSurveyQuestionPoolModule::__construct | ( | ) |
Constructor: read information on component.
Reimplemented from ilModule.
Definition at line 41 of file class.ilSurveyQuestionPoolModule.php.
| ilSurveyQuestionPoolModule::getVersion | ( | ) |
Get version of module.
This is especially important for non-core modules.
Reimplemented from ilComponent.
Definition at line 58 of file class.ilSurveyQuestionPoolModule.php.
| ilSurveyQuestionPoolModule::isCore | ( | ) |
Core modules vs.
plugged in modules
Reimplemented from ilComponent.
Definition at line 49 of file class.ilSurveyQuestionPoolModule.php.