ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 message isn't optional as in build in class Exception. More... | |
Protected Attributes | |
$question_index | |
$value | |
$answer_index | |
Definition at line 15 of file ilAssLacAnswerValueNotExist.php.
ilAssLacAnswerValueNotExist::__construct | ( | $question_index, | |
$value, | |||
$answer_index = null |
|||
) |
int | $question_index | |
string | $value | |
int | $answer_index |
Definition at line 37 of file ilAssLacAnswerValueNotExist.php.
References $answer_index, $question_index, $value, getAnswerIndex(), and getQuestionIndex().
ilAssLacAnswerValueNotExist::getAnswerIndex | ( | ) |
Definition at line 83 of file ilAssLacAnswerValueNotExist.php.
References $answer_index.
Referenced by __construct(), and getFormAlert().
ilAssLacAnswerValueNotExist::getFormAlert | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 100 of file ilAssLacAnswerValueNotExist.php.
References getAnswerIndex(), getQuestionIndex(), getValue(), and ilLanguage\txt().
ilAssLacAnswerValueNotExist::getQuestionIndex | ( | ) |
Definition at line 75 of file ilAssLacAnswerValueNotExist.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
ilAssLacAnswerValueNotExist::getValue | ( | ) |
Definition at line 91 of file ilAssLacAnswerValueNotExist.php.
References $value.
Referenced by getFormAlert().
|
protected |
Definition at line 30 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getAnswerIndex().
|
protected |
Definition at line 20 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getQuestionIndex().
|
protected |
Definition at line 25 of file ilAssLacAnswerValueNotExist.php.
Referenced by __construct(), and getValue().