| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilAssLacAnswerValueNotExist:
 Collaboration diagram for ilAssLacAnswerValueNotExist:Public Member Functions | |
| __construct ($question_index, $value, $answer_index=null) | |
| getQuestionIndex () | |
| getAnswerIndex () | |
| getValue () | |
| getFormAlert (ilLanguage $lng) | |
  Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code isn't optional as in build in class Exception.  More... | |
Protected Attributes | |
| $question_index | |
| $value | |
| $answer_index | |
Definition at line 28 of file ilAssLacAnswerValueNotExist.php.
| ilAssLacAnswerValueNotExist::__construct | ( | $question_index, | |
| $value, | |||
$answer_index = null  | 
        |||
| ) | 
| int | $question_index | |
| string | $value | |
| int | $answer_index | 
Definition at line 50 of file ilAssLacAnswerValueNotExist.php.
References $answer_index, $question_index, $value, ILIAS\GlobalScreen\Provider\__construct(), getAnswerIndex(), and getQuestionIndex().
 Here is the call graph for this function:| ilAssLacAnswerValueNotExist::getAnswerIndex | ( | ) | 
Definition at line 96 of file ilAssLacAnswerValueNotExist.php.
References $answer_index.
Referenced by __construct(), and getFormAlert().
 Here is the caller graph for this function:| ilAssLacAnswerValueNotExist::getFormAlert | ( | ilLanguage | $lng | ) | 
| ilLanguage | $lng | 
Implements ilAssLacFormAlertProvider.
Definition at line 113 of file ilAssLacAnswerValueNotExist.php.
References getAnswerIndex(), getQuestionIndex(), getValue(), and ilLanguage\txt().
 Here is the call graph for this function:| ilAssLacAnswerValueNotExist::getQuestionIndex | ( | ) | 
Definition at line 88 of file ilAssLacAnswerValueNotExist.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
 Here is the caller graph for this function:| ilAssLacAnswerValueNotExist::getValue | ( | ) | 
Definition at line 104 of file ilAssLacAnswerValueNotExist.php.
References $value.
Referenced by getFormAlert().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 43 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getAnswerIndex().
      
  | 
  protected | 
Definition at line 33 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getQuestionIndex().
      
  | 
  protected | 
Definition at line 38 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getValue().