| 
    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 ilContainerFilterAdvMDAdapter:Public Member Functions | |
| __construct () | |
| getAvailableRecordSets () | |
| Get active record sets.  More... | |
| getTitle (int $record_id, int $filter_id) | |
| Get name for filter.  More... | |
| getAdvType (int $filter_id) | |
| getOptions (int $filter_id) | |
Protected Attributes | |
| array | $types = ["crs", "cat", "grp", "sess"] | 
| array | $supported_types | 
| ilLanguage | $lng | 
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 Adapter for advanced metadata service
Definition at line 24 of file class.ilContainerFilterAdvMDAdapter.php.
| ilContainerFilterAdvMDAdapter::__construct | ( | ) | 
Definition at line 35 of file class.ilContainerFilterAdvMDAdapter.php.
References $DIC, and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilContainerFilterAdvMDAdapter::getAdvType | ( | int | $filter_id | ) | 
| ilException | 
Definition at line 91 of file class.ilContainerFilterAdvMDAdapter.php.
References ilAdvancedMDFieldDefinition\getInstance().
 Here is the call graph for this function:| ilContainerFilterAdvMDAdapter::getAvailableRecordSets | ( | ) | 
Get active record sets.
Definition at line 46 of file class.ilContainerFilterAdvMDAdapter.php.
References Vendor\Package\$f, $supported_types, ilAdvancedMDRecord\_getActivatedRecordsByObjectType(), and ilAdvancedMDFieldDefinition\getInstancesByRecordId().
 Here is the call graph for this function:| ilContainerFilterAdvMDAdapter::getOptions | ( | int | $filter_id | ) | 
Definition at line 97 of file class.ilContainerFilterAdvMDAdapter.php.
References ilAdvancedMDFieldDefinition\getInstance().
 Here is the call graph for this function:| ilContainerFilterAdvMDAdapter::getTitle | ( | int | $record_id, | 
| int | $filter_id | ||
| ) | 
Get name for filter.
| ilException | 
Definition at line 76 of file class.ilContainerFilterAdvMDAdapter.php.
References $lng, ilAdvancedMDFieldDefinition\getInstance(), and ilLanguage\txt().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file class.ilContainerFilterAdvMDAdapter.php.
Referenced by getTitle().
      
  | 
  protected | 
Definition at line 27 of file class.ilContainerFilterAdvMDAdapter.php.
Referenced by getAvailableRecordSets().
      
  | 
  protected | 
Definition at line 26 of file class.ilContainerFilterAdvMDAdapter.php.