|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Page multilinguality GUI class. More...
Collaboration diagram for ilPageMultiLangGUI: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="-") | |
| Settings. More... | |
Protected Attributes | |
| $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 26 of file class.ilPageMultiLangGUI.php.
References ilObjectTranslation\getInstance().
Here is the call graph for this function:| ilPageMultiLangGUI::executeCommand | ( | ) |
Execute command.
Definition at line 40 of file class.ilPageMultiLangGUI.php.
| ilPageMultiLangGUI::getMultiLangInfo | ( | $a_page_lang = "-" | ) |
Settings.
Activate multi language (-> master language selection) Get multi language form Return to parent Save multlilinguality settings Get multi lang info
Definition at line 200 of file class.ilPageMultiLangGUI.php.
|
protected |
Definition at line 17 of file class.ilPageMultiLangGUI.php.