|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Utilities for container filter. More...
Collaboration diagram for ilContainerFilterUtil:Public Member Functions | |
| __construct (ilContainerFilterService $service, ilContainerFilterAdvMDAdapter $adv_adapter, ilLanguage $lng) | |
| Constructor. More... | |
| getContainerFieldTitle ($record_id, $field_id) | |
| Get title of field. More... | |
| getContainerRecordTitle ($record_id) | |
| Get title of record. More... | |
Protected Attributes | |
| $adv_adapter | |
| $lng | |
| $service | |
Utilities for container filter.
Definition at line 11 of file class.ilContainerFilterUtil.php.
| ilContainerFilterUtil::__construct | ( | ilContainerFilterService | $service, |
| ilContainerFilterAdvMDAdapter | $adv_adapter, | ||
| ilLanguage | $lng | ||
| ) |
Constructor.
Definition at line 31 of file class.ilContainerFilterUtil.php.
References $adv_adapter, $lng, and $service.
| ilContainerFilterUtil::getContainerFieldTitle | ( | $record_id, | |
| $field_id | |||
| ) |
Get title of field.
| $record_id | |
| $field_id |
| ilException |
Definition at line 45 of file class.ilContainerFilterUtil.php.
References $lng, and ilAdvancedMDFieldDefinition\getInstance().
Here is the call graph for this function:| ilContainerFilterUtil::getContainerRecordTitle | ( | $record_id | ) |
Get title of record.
| $record_id |
| ilException |
Definition at line 63 of file class.ilContainerFilterUtil.php.
References $lng, and ilAdvancedMDRecord\_getInstanceByRecordId().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilContainerFilterUtil.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilContainerFilterUtil.php.
Referenced by __construct(), getContainerFieldTitle(), and getContainerRecordTitle().
|
protected |
Definition at line 26 of file class.ilContainerFilterUtil.php.
Referenced by __construct().