ILIAS  release_8 Revision v8.24
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 29 of file class.ilConditionOperatorFactory.php.

Member Function Documentation

◆ accreditedOrPassed()

ilConditionOperatorFactory::accreditedOrPassed ( )

Accredited or passed operator.

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

References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

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

66 : string
67 {
69 }

References ilConditionHandler\OPERATOR_FAILED.

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

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

42 : string
43 {
45 }

References ilConditionHandler\OPERATOR_FINISHED.

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

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

74 : string
75 {
77 }

References ilConditionHandler\OPERATOR_LP.

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

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

50 : string
51 {
53 }

References ilConditionHandler\OPERATOR_NOT_FINISHED.

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

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

58 : string
59 {
61 }

References ilConditionHandler\OPERATOR_NOT_MEMBER.

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

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

34 : string
35 {
37 }

References ilConditionHandler\OPERATOR_PASSED.


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