ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Utilities for container filter. More...
Public Member Functions | |
__construct (ilContainerFilterService $service, ilContainerFilterAdvMDAdapter $adv_adapter, ilLanguage $lng, LOMServices $lom_services) | |
getContainerFieldTitle (int $record_id, int $field_id) | |
Get title of field. More... | |
getContainerRecordTitle (int $record_id) | |
Get title of record. More... | |
Protected Attributes | |
ilContainerFilterAdvMDAdapter | $adv_adapter |
ilLanguage | $lng |
ilContainerFilterService | $service |
LOMServices | $lom_services |
Utilities for container filter.
Definition at line 27 of file class.ilContainerFilterUtil.php.
ilContainerFilterUtil::__construct | ( | ilContainerFilterService | $service, |
ilContainerFilterAdvMDAdapter | $adv_adapter, | ||
ilLanguage | $lng, | ||
LOMServices | $lom_services | ||
) |
Definition at line 34 of file class.ilContainerFilterUtil.php.
References $adv_adapter, $lng, $lom_services, $service, and ILIAS\Repository\lng().
ilContainerFilterUtil::getContainerFieldTitle | ( | int | $record_id, |
int | $field_id | ||
) |
Get title of field.
ilException |
Definition at line 50 of file class.ilContainerFilterUtil.php.
References $lng, and ilLanguage\txt().
ilContainerFilterUtil::getContainerRecordTitle | ( | int | $record_id | ) |
Get title of record.
ilException |
Definition at line 68 of file class.ilContainerFilterUtil.php.
References $lng, and ilAdvancedMDRecord\_getInstanceByRecordId().
|
protected |
Definition at line 29 of file class.ilContainerFilterUtil.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilContainerFilterUtil.php.
Referenced by __construct(), and getContainerFieldTitle().
|
protected |
Definition at line 32 of file class.ilContainerFilterUtil.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilContainerFilterUtil.php.
Referenced by __construct().