| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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) | |
| cloneFilterFields (int $from_ref_id, int $to_ref_id) | |
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::cloneFilterFields | ( | int | $from_ref_id, | 
| int | $to_ref_id | ||
| ) | 
Definition at line 83 of file class.ilContainerFilterFieldData.php.
References Vendor\Package\$f, and getFilterSetForRefId().
 Here is the call graph for this function:| 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().
Referenced by cloneFilterFields().
 Here is the call graph for this function:
 Here is the caller 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, 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().