ILIAS
release_8 Revision v8.19
|
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 () | |
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().
ilContainerFilterAdvMDAdapter::getAdvType | ( | int | $filter_id | ) |
ilException |
Definition at line 91 of file class.ilContainerFilterAdvMDAdapter.php.
References ilAdvancedMDFieldDefinition\getInstance().
ilContainerFilterAdvMDAdapter::getAvailableRecordSets | ( | ) |
Get active record sets.
Definition at line 46 of file class.ilContainerFilterAdvMDAdapter.php.
References Vendor\Package\$f, $supported_types, $type, ilAdvancedMDRecord\_getActivatedRecordsByObjectType(), and ilAdvancedMDFieldDefinition\getInstancesByRecordId().
ilContainerFilterAdvMDAdapter::getOptions | ( | int | $filter_id | ) |
Definition at line 97 of file class.ilContainerFilterAdvMDAdapter.php.
References ilAdvancedMDFieldDefinition\getInstance().
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().
|
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.