|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Collaboration diagram for ILIAS\Administration\HeaderTitleRepo:Public Member Functions | |
| __construct () | |
| getHeaderTitle () | |
| getHeaderTitleTranslations () | |
| removeHeaderTitleTranslations () | |
| addHeaderTitleTranslation (string $a_title, string $a_lang, bool $a_lang_default) | |
Private Attributes | |
| ilDBInterface | $db |
| ilObjUser | $user |
| int | $obj_id |
Definition at line 28 of file HeaderTitleRepo.php.
| ILIAS\Administration\HeaderTitleRepo::__construct | ( | ) |
Definition at line 34 of file HeaderTitleRepo.php.
References $DIC, SYSTEM_FOLDER_ID, and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Administration\HeaderTitleRepo::addHeaderTitleTranslation | ( | string | $a_title, |
| string | $a_lang, | ||
| bool | $a_lang_default | ||
| ) |
Definition at line 102 of file HeaderTitleRepo.php.
References $res.
| ILIAS\Administration\HeaderTitleRepo::getHeaderTitle | ( | ) |
Definition at line 42 of file HeaderTitleRepo.php.
References $q, and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Administration\HeaderTitleRepo::getHeaderTitleTranslations | ( | ) |
Definition at line 70 of file HeaderTitleRepo.php.
References $data, $q, ilObject\DESC_LENGTH, and ilStr\shortenTextExtended().
Here is the call graph for this function:| ILIAS\Administration\HeaderTitleRepo::removeHeaderTitleTranslations | ( | ) |
Definition at line 95 of file HeaderTitleRepo.php.
|
private |
Definition at line 30 of file HeaderTitleRepo.php.
|
private |
Definition at line 32 of file HeaderTitleRepo.php.
|
private |
Definition at line 31 of file HeaderTitleRepo.php.