ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($expression, $operator) | |
getExpression () | |
getOperator () | |
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 | |
$operator | |
$expression | |
Definition at line 15 of file ilAssLacOperatorNotSupportedByExpression.php.
ilAssLacOperatorNotSupportedByExpression::__construct | ( | $expression, | |
$operator | |||
) |
string | $expression | |
string | $operator |
Definition at line 31 of file ilAssLacOperatorNotSupportedByExpression.php.
References $expression, $operator, getExpression(), and getOperator().
ilAssLacOperatorNotSupportedByExpression::getExpression | ( | ) |
Definition at line 46 of file ilAssLacOperatorNotSupportedByExpression.php.
References $expression.
Referenced by __construct(), and getFormAlert().
ilAssLacOperatorNotSupportedByExpression::getFormAlert | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Implements ilAssLacFormAlertProvider.
Definition at line 63 of file ilAssLacOperatorNotSupportedByExpression.php.
References getExpression(), getOperator(), and ilLanguage\txt().
ilAssLacOperatorNotSupportedByExpression::getOperator | ( | ) |
Definition at line 54 of file ilAssLacOperatorNotSupportedByExpression.php.
References $operator.
Referenced by __construct(), and getFormAlert().
|
protected |
Definition at line 25 of file ilAssLacOperatorNotSupportedByExpression.php.
Referenced by __construct(), and getExpression().
|
protected |
Definition at line 20 of file ilAssLacOperatorNotSupportedByExpression.php.
Referenced by __construct(), and getOperator().