| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilAssLacOperatorNotSupportedByExpression:
 Collaboration diagram for ilAssLacOperatorNotSupportedByExpression:Public Member Functions | |
| __construct ($expression, $operator) | |
| getExpression () | |
| getOperator () | |
| getFormAlert (ilLanguage $lng) | |
  Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code isn't optional as in build in class Exception.  More... | |
Protected Attributes | |
| $operator | |
| $expression | |
Definition at line 28 of file ilAssLacOperatorNotSupportedByExpression.php.
| ilAssLacOperatorNotSupportedByExpression::__construct | ( | $expression, | |
| $operator | |||
| ) | 
| string | $expression | |
| string | $operator | 
Definition at line 44 of file ilAssLacOperatorNotSupportedByExpression.php.
References $expression, $operator, ILIAS\GlobalScreen\Provider\__construct(), getExpression(), and getOperator().
 Here is the call graph for this function:| ilAssLacOperatorNotSupportedByExpression::getExpression | ( | ) | 
Definition at line 59 of file ilAssLacOperatorNotSupportedByExpression.php.
References $expression.
Referenced by __construct(), and getFormAlert().
 Here is the caller graph for this function:| ilAssLacOperatorNotSupportedByExpression::getFormAlert | ( | ilLanguage | $lng | ) | 
| ilLanguage | $lng | 
Implements ilAssLacFormAlertProvider.
Definition at line 76 of file ilAssLacOperatorNotSupportedByExpression.php.
References getExpression(), getOperator(), and ilLanguage\txt().
 Here is the call graph for this function:| ilAssLacOperatorNotSupportedByExpression::getOperator | ( | ) | 
Definition at line 67 of file ilAssLacOperatorNotSupportedByExpression.php.
References $operator.
Referenced by __construct(), and getFormAlert().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 38 of file ilAssLacOperatorNotSupportedByExpression.php.
Referenced by __construct(), and getExpression().
      
  | 
  protected | 
Definition at line 33 of file ilAssLacOperatorNotSupportedByExpression.php.
Referenced by __construct(), and getOperator().