ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 28 of file class.ilConditionOperatorFactory.php.
ilConditionOperatorFactory::accreditedOrPassed | ( | ) |
Accredited or passed operator.
Definition at line 81 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.
ilConditionOperatorFactory::failed | ( | ) |
Failed operator.
Definition at line 65 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FAILED.
ilConditionOperatorFactory::finished | ( | ) |
Finished operator.
Definition at line 41 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_FINISHED.
ilConditionOperatorFactory::learningProgress | ( | ) |
Learning progress (passed) operator.
Maybe renamed in the future
Definition at line 73 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_LP.
ilConditionOperatorFactory::notFinished | ( | ) |
Not finished operator.
Definition at line 49 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_NOT_FINISHED.
ilConditionOperatorFactory::notMember | ( | ) |
Not member operator.
Definition at line 57 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_NOT_MEMBER.
ilConditionOperatorFactory::passed | ( | ) |
Passed operator.
Definition at line 33 of file class.ilConditionOperatorFactory.php.
References ilConditionHandler\OPERATOR_PASSED.