ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
A PostCondition does restrict the progression of a user through the learning sequence. More...
Public Member Functions | |
__construct (int $ref_id, string $operator, $value=null) | |
getRefId () | |
getConditionOperator () | |
withConditionOperator (string $operator) | |
getValue () | |
withValue ($value) | |
Protected Attributes | |
$ref_id | |
$operator | |
$value | |
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 14 of file class.ilLSPostCondition.php.
ilLSPostCondition::__construct | ( | int | $ref_id, |
string | $operator, | ||
$value = null |
|||
) |
Definition at line 31 of file class.ilLSPostCondition.php.
References $operator, $ref_id, and $value.
ilLSPostCondition::getConditionOperator | ( | ) |
ilLSPostCondition::getRefId | ( | ) |
ilLSPostCondition::getValue | ( | ) |
ilLSPostCondition::withConditionOperator | ( | string | $operator | ) |
Definition at line 52 of file class.ilLSPostCondition.php.
References $operator.
ilLSPostCondition::withValue | ( | $value | ) |
Definition at line 64 of file class.ilLSPostCondition.php.
References $value.
|
protected |
Definition at line 24 of file class.ilLSPostCondition.php.
Referenced by __construct(), getConditionOperator(), and withConditionOperator().
|
protected |
Definition at line 19 of file class.ilLSPostCondition.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 29 of file class.ilLSPostCondition.php.
Referenced by __construct(), getValue(), and withValue().