ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct ($question_index, $value, $answer_index=null) | |
getQuestionIndex () | |
getAnswerIndex () | |
getValue () | |
getFormAlert (ilLanguage $lng) | |
![]() | |
__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(), getQuestionIndex(), and null.
ilAssLacAnswerValueNotExist::getAnswerIndex | ( | ) |
Definition at line 96 of file ilAssLacAnswerValueNotExist.php.
References $answer_index.
Referenced by __construct(), and getFormAlert().
ilAssLacAnswerValueNotExist::getFormAlert | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 113 of file ilAssLacAnswerValueNotExist.php.
References getAnswerIndex(), getQuestionIndex(), getValue(), null, and ilLanguage\txt().
ilAssLacAnswerValueNotExist::getQuestionIndex | ( | ) |
Definition at line 88 of file ilAssLacAnswerValueNotExist.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
ilAssLacAnswerValueNotExist::getValue | ( | ) |
Definition at line 104 of file ilAssLacAnswerValueNotExist.php.
References $value.
Referenced by getFormAlert().
|
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().