|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilAssQuestionLomLifecycle:Public Member Functions | |
| __construct ($identifier='') | |
| ilAssQuestionLomLifecycle constructor. More... | |
| getIdentifier () | |
| setIdentifier ($identifier) | |
| getValidIdentifiers () | |
| validateIdentifier ($identifier) | |
| getMappedIliasLifecycleIdentifer () | |
Data Fields | |
| const | DRAFT = 'draft' |
| const | FINAL = 'final' |
| const | REVISED = 'revised' |
| const | UNAVAILABLE = 'unavailable' |
Protected Attributes | |
| $identifier | |
Definition at line 13 of file class.ilAssQuestionLomLifecycle.php.
| ilAssQuestionLomLifecycle::__construct | ( | $identifier = '' | ) |
ilAssQuestionLomLifecycle constructor.
| string | $identifier |
| ilTestQuestionPoolInvalidArgumentException |
Definition at line 30 of file class.ilAssQuestionLomLifecycle.php.
References $identifier, setIdentifier(), and validateIdentifier().
Here is the call graph for this function:| ilAssQuestionLomLifecycle::getIdentifier | ( | ) |
Definition at line 42 of file class.ilAssQuestionLomLifecycle.php.
References $identifier.
Referenced by getMappedIliasLifecycleIdentifer().
Here is the caller graph for this function:| ilAssQuestionLomLifecycle::getMappedIliasLifecycleIdentifer | ( | ) |
Definition at line 81 of file class.ilAssQuestionLomLifecycle.php.
References ilAssQuestionLifecycle\DRAFT, DRAFT, ilAssQuestionLifecycle\FINAL, FINAL, getIdentifier(), ilAssQuestionLifecycle\OUTDATED, REVISED, and UNAVAILABLE.
Here is the call graph for this function:| ilAssQuestionLomLifecycle::getValidIdentifiers | ( | ) |
Definition at line 60 of file class.ilAssQuestionLomLifecycle.php.
References DRAFT, FINAL, REVISED, and UNAVAILABLE.
Referenced by validateIdentifier().
Here is the caller graph for this function:| ilAssQuestionLomLifecycle::setIdentifier | ( | $identifier | ) |
| string | $identifier |
| ilTestQuestionPoolInvalidArgumentException |
Definition at line 51 of file class.ilAssQuestionLomLifecycle.php.
References $identifier, and validateIdentifier().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionLomLifecycle::validateIdentifier | ( | $identifier | ) |
| string | $identifier |
| ilTestQuestionPoolInvalidArgumentException |
Definition at line 69 of file class.ilAssQuestionLomLifecycle.php.
References $identifier, and getValidIdentifiers().
Referenced by __construct(), and setIdentifier().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilAssQuestionLomLifecycle.php.
Referenced by __construct(), getIdentifier(), setIdentifier(), and validateIdentifier().
| const ilAssQuestionLomLifecycle::DRAFT = 'draft' |
Definition at line 15 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::FINAL = 'final' |
Definition at line 16 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::REVISED = 'revised' |
Definition at line 17 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::UNAVAILABLE = 'unavailable' |
Definition at line 18 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().