|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilContainerFilterFieldData:Public Member Functions | |
| __construct () | |
| getFilterSetForRefId (int $ref_id) | |
| saveFilterSetForRefId (int $ref_id, ilContainerFilterSet $set) | |
Protected Attributes | |
| ilDBInterface | $db |
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 Container field data
Definition at line 24 of file class.ilContainerFilterFieldData.php.
| ilContainerFilterFieldData::__construct | ( | ) |
Definition at line 28 of file class.ilContainerFilterFieldData.php.
References $DIC.
| ilContainerFilterFieldData::getFilterSetForRefId | ( | int | $ref_id | ) |
Definition at line 35 of file class.ilContainerFilterFieldData.php.
References $db, $i, $ref_id, ilAdvancedMDFieldDefinition\exists(), ilDBInterface\fetchAssoc(), ilDBInterface\queryF(), and ilArrayUtil\sortArray().
Here is the call graph for this function:| ilContainerFilterFieldData::saveFilterSetForRefId | ( | int | $ref_id, |
| ilContainerFilterSet | $set | ||
| ) |
Definition at line 63 of file class.ilContainerFilterFieldData.php.
References $db, Vendor\Package\$f, $ref_id, ilContainerFilterSet\getFields(), ilDBInterface\insert(), and ilDBInterface\manipulateF().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilContainerFilterFieldData.php.
Referenced by getFilterSetForRefId(), and saveFilterSetForRefId().