|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAssQuestionTypeList:
Collaboration diagram for ilAssQuestionTypeList:Public Member Functions | |
| __construct () | |
| ilAssQuestionTypeList constructor. More... | |
| load () | |
| existByTag ($questionTypeTag) | |
| getByTag ($questionTypeTag) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
Static Public Member Functions | |
| static | isImportable ($questionTypeTag) |
| static | getInstance () |
Protected Attributes | |
| $db | |
| $types = [] | |
Static Protected Attributes | |
| static | $instance = null |
Definition at line 25 of file class.ilAssQuestionTypeList.php.
| ilAssQuestionTypeList::__construct | ( | ) |
ilAssQuestionTypeList constructor.
Definition at line 45 of file class.ilAssQuestionTypeList.php.
References $DIC.
| ilAssQuestionTypeList::current | ( | ) |
Definition at line 90 of file class.ilAssQuestionTypeList.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::existByTag | ( | $questionTypeTag | ) |
Definition at line 68 of file class.ilAssQuestionTypeList.php.
References getByTag().
Referenced by isImportable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::getByTag | ( | $questionTypeTag | ) |
| $questionTypeTag |
Definition at line 77 of file class.ilAssQuestionTypeList.php.
Referenced by existByTag().
Here is the caller graph for this function:
|
static |
Definition at line 131 of file class.ilAssQuestionTypeList.php.
References $instance, and load().
Referenced by isImportable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| string | $questionTypeTag |
Definition at line 119 of file class.ilAssQuestionTypeList.php.
References existByTag(), and getInstance().
Referenced by ilQTIParser\handlerParseEndTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::key | ( | ) |
Definition at line 100 of file class.ilAssQuestionTypeList.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::load | ( | ) |
Definition at line 51 of file class.ilAssQuestionTypeList.php.
References $res, and ilAssQuestionType\completeMissingPluginName().
Referenced by getInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::next | ( | ) |
Definition at line 95 of file class.ilAssQuestionTypeList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionTypeList::rewind | ( | ) |
Definition at line 110 of file class.ilAssQuestionTypeList.php.
| ilAssQuestionTypeList::valid | ( | ) |
Definition at line 105 of file class.ilAssQuestionTypeList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilAssQuestionTypeList.php.
|
staticprotected |
Definition at line 30 of file class.ilAssQuestionTypeList.php.
Referenced by getInstance().
|
protected |
Definition at line 40 of file class.ilAssQuestionTypeList.php.