ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSurveyQuestionPoolModule Class Reference

TestQuestionPool Module. More...

+ Inheritance diagram for ilSurveyQuestionPoolModule:
+ Collaboration diagram for ilSurveyQuestionPoolModule:

Public Member Functions

 __construct ()
 Constructor: read information on component.
 isCore ()
 Core modules vs.
 getVersion ()
 Get version of module.
- Public Member Functions inherited from ilModule
 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 ilModule
static getComponentType ()
 Get Component Type.
static getAvailableCoreModules ()
 Get all available core modules.

Detailed Description

TestQuestionPool Module.

Author
Helmut Schottmüller helmu.nosp@m.t.sc.nosp@m.hottm.nosp@m.uell.nosp@m.er@ma.nosp@m.c.co.nosp@m.m
Version
Id:
class.ilSurveyQuestionPoolModule.php 17379 2008-09-11 08:18:47Z hschottm

Definition at line 35 of file class.ilSurveyQuestionPoolModule.php.

Constructor & Destructor Documentation

ilSurveyQuestionPoolModule::__construct ( )

Constructor: read information on component.

Reimplemented from ilModule.

Definition at line 41 of file class.ilSurveyQuestionPoolModule.php.

Member Function Documentation

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.

{
return "-";
}
ilSurveyQuestionPoolModule::isCore ( )

Core modules vs.

plugged in modules

Reimplemented from ilComponent.

Definition at line 49 of file class.ilSurveyQuestionPoolModule.php.

{
return true;
}

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