ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 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.

References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.

81  : string
82  {
84  }

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

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

References ilConditionHandler\OPERATOR_FAILED.

65  : string
66  {
68  }

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

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

References ilConditionHandler\OPERATOR_FINISHED.

41  : string
42  {
44  }

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

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

References ilConditionHandler\OPERATOR_LP.

73  : string
74  {
76  }

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

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

References ilConditionHandler\OPERATOR_NOT_FINISHED.

49  : string
50  {
52  }

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

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

References ilConditionHandler\OPERATOR_NOT_MEMBER.

57  : string
58  {
60  }

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

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

References ilConditionHandler\OPERATOR_PASSED.

33  : string
34  {
36  }

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