|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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) | |
| A message isn't optional as in build in class Exception. More... | |
| getFormAlert (ilLanguage $lng) | |
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().
Here is the call graph for this function:| ilAssLacAnswerValueNotExist::getAnswerIndex | ( | ) |
Definition at line 85 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 102 of file ilAssLacAnswerValueNotExist.php.
References $lng, getAnswerIndex(), and getQuestionIndex().
Here is the call graph for this function:| ilAssLacAnswerValueNotExist::getQuestionIndex | ( | ) |
Definition at line 77 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 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().