ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct ($expression, $question_index) | |
getQuestionIndex () | |
getExpression () | |
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 | |
$expression | |
$question_index | |
Definition at line 15 of file ilAssLacExpressionNotSupportedByQuestion.php.
ilAssLacExpressionNotSupportedByQuestion::__construct | ( | $expression, | |
$question_index | |||
) |
string | $expression | |
int | $question_index |
Definition at line 31 of file ilAssLacExpressionNotSupportedByQuestion.php.
References $expression, $question_index, getExpression(), and getQuestionIndex().
ilAssLacExpressionNotSupportedByQuestion::getExpression | ( | ) |
Definition at line 64 of file ilAssLacExpressionNotSupportedByQuestion.php.
References $expression.
Referenced by __construct(), and getFormAlert().
ilAssLacExpressionNotSupportedByQuestion::getFormAlert | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 73 of file ilAssLacExpressionNotSupportedByQuestion.php.
References getExpression(), getQuestionIndex(), and ilLanguage\txt().
ilAssLacExpressionNotSupportedByQuestion::getQuestionIndex | ( | ) |
Definition at line 56 of file ilAssLacExpressionNotSupportedByQuestion.php.
References $question_index.
Referenced by __construct(), and getFormAlert().
|
protected |
Definition at line 20 of file ilAssLacExpressionNotSupportedByQuestion.php.
Referenced by __construct(), and getExpression().
|
protected |
Definition at line 25 of file ilAssLacExpressionNotSupportedByQuestion.php.
Referenced by __construct(), and getQuestionIndex().