ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Page multilinguality GUI class. More...
Public Member Functions | |
__construct (string $a_parent_type, int $a_parent_id, bool $a_single_page_mode=false) | |
Constructur. More... | |
executeCommand () | |
Execute command. More... | |
getMultiLangInfo (string $a_page_lang="-") | |
Protected Attributes | |
Translations | $ot |
ilCtrl | $ctrl |
ilLanguage | $lng |
bool | $single_page_mode = false |
Page multilinguality GUI class.
This could be generalized as an object service in the future.
Definition at line 28 of file class.ilPageMultiLangGUI.php.
ilPageMultiLangGUI::__construct | ( | string | $a_parent_type, |
int | $a_parent_id, | ||
bool | $a_single_page_mode = false |
||
) |
Constructur.
string | $a_parent_type | parent object type |
int | $a_parent_id | parent object id |
bool | $a_single_page_mode | single page mode (page includes ml managing) |
Definition at line 42 of file class.ilPageMultiLangGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilPageMultiLangGUI::executeCommand | ( | ) |
Execute command.
Definition at line 60 of file class.ilPageMultiLangGUI.php.
References $ctrl, and ilCtrl\getNextClass().
ilPageMultiLangGUI::getMultiLangInfo | ( | string | $a_page_lang = "-" | ) |
Definition at line 79 of file class.ilPageMultiLangGUI.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
|
protected |
Definition at line 31 of file class.ilPageMultiLangGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 32 of file class.ilPageMultiLangGUI.php.
Referenced by getMultiLangInfo().
|
protected |
Definition at line 30 of file class.ilPageMultiLangGUI.php.
|
protected |
Definition at line 33 of file class.ilPageMultiLangGUI.php.