ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilConditionOperatorFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
29{
33 public function passed(): string
34 {
36 }
37
41 public function finished(): string
42 {
44 }
45
49 public function notFinished(): string
50 {
52 }
53
57 public function notMember(): string
58 {
60 }
61
65 public function failed(): string
66 {
68 }
69
73 public function learningProgress(): string
74 {
76 }
77
81 public function accreditedOrPassed(): string
82 {
84 }
85}
const string OPERATOR_ACCREDITED_OR_PASSED
Currently wraps standard operator constants.
learningProgress()
Learning progress (passed) operator.
accreditedOrPassed()
Accredited or passed operator.