ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Currently wraps standard operator constants. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
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 14 of file class.ilConditionOperatorFactory.php.
ilConditionOperatorFactory::__construct | ( | ) |
ilConditionOperatorFactory::accreditedOrPassed | ( | ) |
Accredited or passed operator.
Definition at line 88 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.
ilConditionOperatorFactory::failed | ( | ) |
Failed operator.
Definition at line 68 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FAILED.
ilConditionOperatorFactory::finished | ( | ) |
Finished operator.
Definition at line 38 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FINISHED.
ilConditionOperatorFactory::learningProgress | ( | ) |
Learning progress (passed) operator.
Maybe renamed in the future
Definition at line 78 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_LP.
ilConditionOperatorFactory::notFinished | ( | ) |
Not finished operator.
Definition at line 48 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 28 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_PASSED.