| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 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 | |
| string | $identifier | 
Definition at line 26 of file class.ilAssQuestionLomLifecycle.php.
| ilAssQuestionLomLifecycle::__construct | ( | $identifier = '' | ) | 
ilAssQuestionLomLifecycle constructor.
| mixed | $identifier | 
| ilTestQuestionPoolInvalidArgumentException | 
Definition at line 40 of file class.ilAssQuestionLomLifecycle.php.
References $identifier, setIdentifier(), and validateIdentifier().
 Here is the call graph for this function:| ilAssQuestionLomLifecycle::getIdentifier | ( | ) | 
Definition at line 50 of file class.ilAssQuestionLomLifecycle.php.
References $identifier.
Referenced by getMappedIliasLifecycleIdentifer().
 Here is the caller graph for this function:| ilAssQuestionLomLifecycle::getMappedIliasLifecycleIdentifer | ( | ) | 
Definition at line 86 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 68 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 | ) | 
| mixed | $identifier | 
| ilTestQuestionPoolInvalidArgumentException | 
Definition at line 59 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 | ) | 
| mixed | $identifier | 
| ilTestQuestionPoolInvalidArgumentException | 
Definition at line 77 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 33 of file class.ilAssQuestionLomLifecycle.php.
Referenced by __construct(), getIdentifier(), setIdentifier(), and validateIdentifier().
| const ilAssQuestionLomLifecycle::DRAFT = 'draft' | 
Definition at line 28 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::FINAL = 'final' | 
Definition at line 29 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::REVISED = 'revised' | 
Definition at line 30 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), and getValidIdentifiers().
| const ilAssQuestionLomLifecycle::UNAVAILABLE = 'unavailable' | 
Definition at line 31 of file class.ilAssQuestionLomLifecycle.php.
Referenced by getMappedIliasLifecycleIdentifer(), ilAssQuestionLifecycle\getMappedLomLifecycle(), and getValidIdentifiers().