|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Storage for ilLSPostConditions. More...
Collaboration diagram for ilLSPostConditionDB:Public Member Functions | |
| __construct (\ilDBInterface $db) | |
| select (array $ref_ids) | |
| delete (array $ref_ids) | |
| upsert (array $ls_post_conditions) | |
Data Fields | |
| const | TABLE_NAME = 'post_conditions' |
| const | STD_ALWAYS_OPERATOR = 'always' |
Protected Member Functions | |
| insert (array $ls_post_conditions) | |
Protected Attributes | |
| $db | |
Storage for ilLSPostConditions.
Definition at line 10 of file class.ilLSPostConditionDB.php.
| ilLSPostConditionDB::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 20 of file class.ilLSPostConditionDB.php.
References $db.
| ilLSPostConditionDB::delete | ( | array | $ref_ids | ) |
Definition at line 61 of file class.ilLSPostConditionDB.php.
|
protected |
Definition at line 74 of file class.ilLSPostConditionDB.php.
References $values.
Referenced by upsert().
Here is the caller graph for this function:| ilLSPostConditionDB::select | ( | array | $ref_ids | ) |
Definition at line 28 of file class.ilLSPostConditionDB.php.
References $data, $query, $result, $row, PHP_EOL, and STD_ALWAYS_OPERATOR.
| ilLSPostConditionDB::upsert | ( | array | $ls_post_conditions | ) |
| ilLSPostCondition[] |
Definition at line 88 of file class.ilLSPostConditionDB.php.
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilLSPostConditionDB.php.
Referenced by __construct(), and upsert().
| const ilLSPostConditionDB::STD_ALWAYS_OPERATOR = 'always' |
Definition at line 13 of file class.ilLSPostConditionDB.php.
Referenced by ilLearningSequenceConditionController\getConditionSetForRepositoryObject(), and select().
| const ilLSPostConditionDB::TABLE_NAME = 'post_conditions' |
Definition at line 12 of file class.ilLSPostConditionDB.php.