ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($question_index, $answer_index) | |
getQuestionIndex () | |
getAnswerIndex () | |
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 | |
$answer_index | |
Definition at line 15 of file ilAssLacAnswerIndexNotExist.php.
ilAssLacAnswerIndexNotExist::__construct | ( | $question_index, | |
$answer_index | |||
) |
int | $question_index | |
int | $answer_index |
Definition at line 31 of file ilAssLacAnswerIndexNotExist.php.
References $answer_index, $question_index, getAnswerIndex(), and getQuestionIndex().
ilAssLacAnswerIndexNotExist::getAnswerIndex | ( | ) |
Definition at line 63 of file ilAssLacAnswerIndexNotExist.php.
References $answer_index.
Referenced by __construct(), and getFormAlert().
ilAssLacAnswerIndexNotExist::getFormAlert | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 72 of file ilAssLacAnswerIndexNotExist.php.
References getAnswerIndex(), getQuestionIndex(), and ilLanguage\txt().
ilAssLacAnswerIndexNotExist::getQuestionIndex | ( | ) |
Definition at line 55 of file ilAssLacAnswerIndexNotExist.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
|
protected |
Definition at line 25 of file ilAssLacAnswerIndexNotExist.php.
Referenced by __construct(), and getAnswerIndex().
|
protected |
Definition at line 20 of file ilAssLacAnswerIndexNotExist.php.
Referenced by __construct(), and getQuestionIndex().