ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Page multilinguality GUI class. More...
Public Member Functions | |
__construct ($a_parent_type, $a_parent_id, $a_single_page_mode=false) | |
Constructur. More... | |
executeCommand () | |
Execute command. More... | |
getMultiLangInfo ($a_page_lang="-") | |
Get multi lang info. More... | |
Protected Attributes | |
$ctrl | |
$lng | |
$single_page_mode = false | |
Page multilinguality GUI class.
This could be generalized as an object service in the future.
Definition at line 15 of file class.ilPageMultiLangGUI.php.
ilPageMultiLangGUI::__construct | ( | $a_parent_type, | |
$a_parent_id, | |||
$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 36 of file class.ilPageMultiLangGUI.php.
References $DIC, and ilObjectTranslation\getInstance().
ilPageMultiLangGUI::executeCommand | ( | ) |
Execute command.
Definition at line 54 of file class.ilPageMultiLangGUI.php.
References $ctrl, $ilCtrl, and array.
ilPageMultiLangGUI::getMultiLangInfo | ( | $a_page_lang = "-" | ) |
Get multi lang info.
Definition at line 75 of file class.ilPageMultiLangGUI.php.
|
protected |
Definition at line 20 of file class.ilPageMultiLangGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 25 of file class.ilPageMultiLangGUI.php.
Referenced by getMultiLangInfo().
|
protected |
Definition at line 27 of file class.ilPageMultiLangGUI.php.