|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilAssLacAnswerIndexNotExist:
Collaboration diagram for ilAssLacAnswerIndexNotExist:Public Member Functions | |
| __construct ($question_index, $answer_index) | |
| getQuestionIndex () | |
| getAnswerIndex () | |
| getFormAlert (ilLanguage $lng) | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
| getFormAlert (ilLanguage $lng) | |
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 |
Reimplemented from ilException.
Definition at line 31 of file ilAssLacAnswerIndexNotExist.php.
References $answer_index, $question_index, getAnswerIndex(), getQuestionIndex(), and sprintf.
Here is the call graph for this function:| ilAssLacAnswerIndexNotExist::getAnswerIndex | ( | ) |
Definition at line 64 of file ilAssLacAnswerIndexNotExist.php.
References $answer_index.
Referenced by __construct().
Here is the caller graph for this function:| ilAssLacAnswerIndexNotExist::getFormAlert | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 73 of file ilAssLacAnswerIndexNotExist.php.
References $lng, getQuestionIndex(), sprintf, and ilLanguage\txt().
Here is the call graph for this function:| ilAssLacAnswerIndexNotExist::getQuestionIndex | ( | ) |
Definition at line 56 of file ilAssLacAnswerIndexNotExist.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
Here is the caller graph for this function:
|
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().