ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilConditionOperatorFactory Class Reference

Currently wraps standard operator constants. More...

+ Collaboration diagram for ilConditionOperatorFactory:

Public Member Functions

 __construct ()
 Constructor. More...
 
 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 14 of file class.ilConditionOperatorFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ilConditionOperatorFactory::__construct ( )

Constructor.

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

20  {
21  }

Member Function Documentation

◆ accreditedOrPassed()

ilConditionOperatorFactory::accreditedOrPassed ( )

Accredited or passed operator.

Returns
string

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

References ilConditionHandler\OPERATOR_ACCREDITED_OR_PASSED.

88  : string
89  {
91  }

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

Returns
string

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

References ilConditionHandler\OPERATOR_FAILED.

68  : string
69  {
71  }

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

Returns
string

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

References ilConditionHandler\OPERATOR_FINISHED.

38  : string
39  {
41  }

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

Returns
string

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

References ilConditionHandler\OPERATOR_LP.

78  : string
79  {
81  }

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

Returns
string

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

References ilConditionHandler\OPERATOR_NOT_FINISHED.

48  : string
49  {
51  }

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

Returns
string

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

References ilConditionHandler\OPERATOR_NOT_MEMBER.

58  : string
59  {
61  }

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

Returns
string

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

References ilConditionHandler\OPERATOR_PASSED.

28  : string
29  {
31  }

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