ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 () | |
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 | ( | ) |
ilContainerFilterFieldData::getFilterSetForRefId | ( | int | $ref_id | ) |
Definition at line 35 of file class.ilContainerFilterFieldData.php.
References $db, ilAdvancedMDFieldDefinition\exists(), ilDBInterface\fetchAssoc(), ilDBInterface\queryF(), and ilArrayUtil\sortArray().
ilContainerFilterFieldData::saveFilterSetForRefId | ( | int | $ref_id, |
ilContainerFilterSet | $set | ||
) |
Definition at line 63 of file class.ilContainerFilterFieldData.php.
References $db, Vendor\Package\$f, ilContainerFilterSet\getFields(), ilDBInterface\insert(), and ilDBInterface\manipulateF().
|
protected |
Definition at line 26 of file class.ilContainerFilterFieldData.php.
Referenced by getFilterSetForRefId(), and saveFilterSetForRefId().