Language import page class.
More...
|
array | $availablelanguages |
| Array of languages that can be installed.
|
|
array | $installedlanguages |
| Array of currently installed languages.
|
|
moodle_url | $installurl |
| The URL to be used for installing the selected language packs to be installed.
|
|
moodle_url | $uninstallurl |
| The URL to be used for uninstalling the selected existing language packs.
|
|
moodle_url | $updateurl |
| The URL to be used for updating the installed language packs.
|
|
Language import page class.
- Copyright
- 2016 Jun Pataleta
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_langimport\output\langimport_page::__construct |
( |
| $installedlanguages, |
|
|
| $availablelanguages, |
|
|
| $uninstallurl, |
|
|
| $updateurl, |
|
|
| $installurl ) |
langimport_page constructor.
- Parameters
-
array | $installedlanguages | Array of currently installed languages. |
array | $availablelanguages | Array of languages that can be installed. |
moodle_url | $uninstallurl | The URL to be used for uninstalling the selected existing language packs. |
moodle_url | $updateurl | The URL to be used for updating the installed language packs. |
moodle_url | $installurl | The URL to be used for installing the selected language packs to be installed. |
◆ export_for_template()
tool_langimport\output\langimport_page::export_for_template |
( |
renderer_base | $output | ) |
|
Export the data.
- Parameters
-
- Return values
-
Implements templatable.
The documentation for this class was generated from the following file:
- admin/tool/langimport/classes/output/langimport_page.php