ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilConditionOperatorFactory Class Reference

Currently wraps standard operator constants. More...

+ Collaboration diagram for ilConditionOperatorFactory:

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...
 

Detailed Description

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.

Author
killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 28 of file class.ilConditionOperatorFactory.php.

Member Function Documentation

◆ accreditedOrPassed()

ilConditionOperatorFactory::accreditedOrPassed ( )

Accredited or passed operator.

Definition at line 81 of file class.ilConditionOperatorFactory.php.

81 : string
82 {
84 }
const string OPERATOR_ACCREDITED_OR_PASSED

References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

Definition at line 65 of file class.ilConditionOperatorFactory.php.

65 : string
66 {
68 }

References ilConditionHandler\OPERATOR_FAILED.

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

Definition at line 41 of file class.ilConditionOperatorFactory.php.

41 : string
42 {
44 }

References ilConditionHandler\OPERATOR_FINISHED.

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

Definition at line 73 of file class.ilConditionOperatorFactory.php.

73 : string
74 {
76 }

References ilConditionHandler\OPERATOR_LP.

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

Definition at line 49 of file class.ilConditionOperatorFactory.php.

49 : string
50 {
52 }

References ilConditionHandler\OPERATOR_NOT_FINISHED.

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

Definition at line 57 of file class.ilConditionOperatorFactory.php.

57 : string
58 {
60 }

References ilConditionHandler\OPERATOR_NOT_MEMBER.

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

Definition at line 33 of file class.ilConditionOperatorFactory.php.

33 : string
34 {
36 }

References ilConditionHandler\OPERATOR_PASSED.


The documentation for this class was generated from the following file: