ILIAS
release_8 Revision v8.19
|
Currently wraps standard operator constants. More...
Public Member Functions | |
passed () | |
Passed operator. More... | |
finished () | |
Finished operator. More... | |
notFinished () | |
Not finished operator. More... | |
notMember () | |
Not member operator. More... | |
failed () | |
Failed operator. More... | |
learningProgress () | |
Learning progress (passed) operator. More... | |
accreditedOrPassed () | |
Accredited or passed operator. More... | |
Currently wraps standard operator constants.
Please note that plugins may use their own operators not being represented here. We may generalize the "not" attribute and move from strings to objects in the future.
Definition at line 29 of file class.ilConditionOperatorFactory.php.
ilConditionOperatorFactory::accreditedOrPassed | ( | ) |
Accredited or passed operator.
Definition at line 82 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.
ilConditionOperatorFactory::failed | ( | ) |
Failed operator.
Definition at line 66 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FAILED.
ilConditionOperatorFactory::finished | ( | ) |
Finished operator.
Definition at line 42 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FINISHED.
ilConditionOperatorFactory::learningProgress | ( | ) |
Learning progress (passed) operator.
Maybe renamed in the future
Definition at line 74 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_LP.
ilConditionOperatorFactory::notFinished | ( | ) |
Not finished operator.
Definition at line 50 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_NOT_FINISHED.
ilConditionOperatorFactory::notMember | ( | ) |
Not member operator.
Definition at line 58 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_NOT_MEMBER.
ilConditionOperatorFactory::passed | ( | ) |
Passed operator.
Definition at line 34 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_PASSED.