|
ILIAS
release_8 Revision v8.24
|
Utilities for container filter. More...
Collaboration diagram for ilContainerFilterUtil:Public Member Functions | |
| __construct (ilContainerFilterService $service, ilContainerFilterAdvMDAdapter $adv_adapter, ilLanguage $lng) | |
| 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 |
Utilities for container filter.
Definition at line 26 of file class.ilContainerFilterUtil.php.
| ilContainerFilterUtil::__construct | ( | ilContainerFilterService | $service, |
| ilContainerFilterAdvMDAdapter | $adv_adapter, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 32 of file class.ilContainerFilterUtil.php.
References $adv_adapter, $lng, $service, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerFilterUtil::getContainerFieldTitle | ( | int | $record_id, |
| int | $field_id | ||
| ) |
Get title of field.
| ilException |
Definition at line 46 of file class.ilContainerFilterUtil.php.
References $lng, and ilLanguage\txt().
Here is the call graph for this function:| ilContainerFilterUtil::getContainerRecordTitle | ( | int | $record_id | ) |
Get title of record.
| ilException |
Definition at line 64 of file class.ilContainerFilterUtil.php.
References $lng, and ilAdvancedMDRecord\_getInstanceByRecordId().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilContainerFilterUtil.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilContainerFilterUtil.php.
Referenced by __construct(), and getContainerFieldTitle().
|
protected |
Definition at line 30 of file class.ilContainerFilterUtil.php.
Referenced by __construct().