ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

82  : string
83  {
85  }

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

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

References ilConditionHandler\OPERATOR_FAILED.

66  : string
67  {
69  }

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

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

References ilConditionHandler\OPERATOR_FINISHED.

42  : string
43  {
45  }

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

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

References ilConditionHandler\OPERATOR_LP.

74  : string
75  {
77  }

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

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

References ilConditionHandler\OPERATOR_NOT_FINISHED.

50  : string
51  {
53  }

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

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

References ilConditionHandler\OPERATOR_NOT_MEMBER.

58  : string
59  {
61  }

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

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

References ilConditionHandler\OPERATOR_PASSED.

34  : string
35  {
37  }

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