|
ILIAS
release_8 Revision v8.24
|
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, Throwable $previous=null) | |
| A code isn't optional as in build in class Exception. More... | |
| getFormAlert (ilLanguage $lng) | |
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 $lng, getAnswerIndex(), and getQuestionIndex().
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 | ( | ) |
|
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().