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.

◆ failed()

ilConditionOperatorFactory::failed ( )

Failed operator.

Returns
string

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

68 : string
69 {
71 }

References ilConditionHandler\OPERATOR_FAILED.

◆ finished()

ilConditionOperatorFactory::finished ( )

Finished operator.

Returns
string

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

38 : string
39 {
41 }

References ilConditionHandler\OPERATOR_FINISHED.

◆ learningProgress()

ilConditionOperatorFactory::learningProgress ( )

Learning progress (passed) operator.

Maybe renamed in the future

Returns
string

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

78 : string
79 {
81 }

References ilConditionHandler\OPERATOR_LP.

◆ notFinished()

ilConditionOperatorFactory::notFinished ( )

Not finished operator.

Returns
string

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

48 : string
49 {
51 }

References ilConditionHandler\OPERATOR_NOT_FINISHED.

◆ notMember()

ilConditionOperatorFactory::notMember ( )

Not member operator.

Returns
string

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

58 : string
59 {
61 }

References ilConditionHandler\OPERATOR_NOT_MEMBER.

◆ passed()

ilConditionOperatorFactory::passed ( )

Passed operator.

Returns
string

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

28 : string
29 {
31 }

References ilConditionHandler\OPERATOR_PASSED.


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