|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilTestSettingsTemplateConfig:
Collaboration diagram for ilTestSettingsTemplateConfig:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| init () | |
Public Member Functions inherited from ilSettingsTemplateConfig | |
| __construct ($a_obj_type) | |
| Constructor. More... | |
| setType ($a_val) | |
| Set type. More... | |
| getType () | |
| Get type. More... | |
| addHidableTab ($a_tab_id, $a_text) | |
| Add hidable tabs. More... | |
| getHidableTabs () | |
| Get hidable tabs. More... | |
| addSetting ($a_id, $a_type, $a_text, $a_hidable, $a_length=0, $a_options=array()) | |
| Add setting. More... | |
| getSettings () | |
| Get settings. More... | |
Protected Attributes | |
| $lng | |
Private Member Functions | |
| initLanguage () | |
| initHidableTabs () | |
| initSettings () | |
| addGeneralPropertySettings () | |
| addTestIntroProperties () | |
| addTestAccessProperties () | |
| addTestRunProperties () | |
| addQuestionBehaviourProperties () | |
| addTestSequenceProperties () | |
| addTestFinishProperties () | |
| addScoringOptionsProperties () | |
| addResultSummaryProperties () | |
| addResultDetailsProperties () | |
| addResultMiscOptionsProperties () | |
Additional Inherited Members | |
Data Fields inherited from ilSettingsTemplateConfig | |
| const | TEXT = "text" |
| const | SELECT = "select" |
| const | BOOL = "bool" |
| const | CHECKBOX = "check" |
Definition at line 13 of file class.ilTestSettingsTemplateConfig.php.
| ilTestSettingsTemplateConfig::__construct | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Definition at line 23 of file class.ilTestSettingsTemplateConfig.php.
References $lng.
|
private |
Definition at line 73 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, ilObjTest\QUESTION_SET_TYPE_RANDOM, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 190 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, ilSettingsTemplateConfig\CHECKBOX, ilSettingsTemplateConfig\SELECT, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 438 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 497 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 407 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 344 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 120 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 288 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, ilSettingsTemplateConfig\SELECT, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 101 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 158 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 250 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSettingsTemplateConfig::init | ( | ) |
Definition at line 29 of file class.ilTestSettingsTemplateConfig.php.
References initHidableTabs(), initLanguage(), and initSettings().
Here is the call graph for this function:
|
private |
Definition at line 42 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addHidableTab().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 36 of file class.ilTestSettingsTemplateConfig.php.
Referenced by init().
Here is the caller graph for this function:
|
private |
Definition at line 58 of file class.ilTestSettingsTemplateConfig.php.
References addGeneralPropertySettings(), addQuestionBehaviourProperties(), addResultDetailsProperties(), addResultMiscOptionsProperties(), addResultSummaryProperties(), addScoringOptionsProperties(), addTestAccessProperties(), addTestFinishProperties(), addTestIntroProperties(), addTestRunProperties(), and addTestSequenceProperties().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilTestSettingsTemplateConfig.php.
Referenced by __construct().