ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilConditionOperatorFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
learningProgress()
Learning progress (passed) operator.
Currently wraps standard operator constants.
accreditedOrPassed()
Accredited or passed operator.