ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilConditionOperatorFactory.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
15 {
19  public function __construct()
20  {
21  }
22 
28  public function passed() : string
29  {
31  }
32 
38  public function finished() : string
39  {
41  }
42 
48  public function notFinished() : string
49  {
51  }
52 
58  public function notMember() : string
59  {
61  }
62 
68  public function failed() : string
69  {
71  }
72 
78  public function learningProgress() : string
79  {
81  }
82 
88  public function accreditedOrPassed() : string
89  {
91  }
92 }
learningProgress()
Learning progress (passed) operator.
Currently wraps standard operator constants.
accreditedOrPassed()
Accredited or passed operator.