ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $ref_id, string $operator,?string $value=null) | |
getRefId () | |
withRefId (int $ref_id) | |
getConditionOperator () | |
withConditionOperator (string $operator) | |
getValue () | |
withValue (string $value) | |
Protected Attributes | |
int | $ref_id |
string | $operator |
string | $value |
Static Protected Attributes | |
static | $known_operators |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning A PostCondition does restrict the progression of a user through the learning sequence. Thus, instead of saying "You may only _visit_ this object if you did this", a PostCondition says "you may only _leave_ this object if you did this".
LSPostConditions are being applied by the LearningSequenceConditionController.
Definition at line 28 of file class.ilLSPostCondition.php.
ilLSPostCondition::__construct | ( | int | $ref_id, |
string | $operator, | ||
?string | $value = null |
||
) |
Definition at line 43 of file class.ilLSPostCondition.php.
References $operator, $ref_id, and $value.
ilLSPostCondition::getConditionOperator | ( | ) |
ilLSPostCondition::getRefId | ( | ) |
Definition at line 59 of file class.ilLSPostCondition.php.
References $ref_id.
Referenced by ilLSPostConditionDB\upsert().
ilLSPostCondition::getValue | ( | ) |
ilLSPostCondition::withConditionOperator | ( | string | $operator | ) |
Definition at line 76 of file class.ilLSPostCondition.php.
References $operator.
ilLSPostCondition::withRefId | ( | int | $ref_id | ) |
ilLSPostCondition::withValue | ( | string | $value | ) |
Definition at line 94 of file class.ilLSPostCondition.php.
References $value.
|
staticprotected |
Definition at line 30 of file class.ilLSPostCondition.php.
|
protected |
Definition at line 40 of file class.ilLSPostCondition.php.
Referenced by __construct(), getConditionOperator(), and withConditionOperator().
|
protected |
Definition at line 39 of file class.ilLSPostCondition.php.
Referenced by __construct(), getRefId(), and withRefId().
|
protected |
Definition at line 41 of file class.ilLSPostCondition.php.
Referenced by __construct(), getValue(), and withValue().