mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-22015 fixed php docs
This commit is contained in:
parent
ef686eb5c8
commit
f6907ba954
@ -5744,6 +5744,7 @@ interface string_manager {
|
||||
/**
|
||||
* Returns localised list of installed translations
|
||||
* @param bool $returnall return all or just enabled
|
||||
* @return array moodle translation code => localised translation name
|
||||
*/
|
||||
public function get_list_of_translations($returnall = false);
|
||||
|
||||
@ -6092,6 +6093,7 @@ class core_string_manager implements string_manager {
|
||||
/**
|
||||
* Returns localised list of installed translations
|
||||
* @param bool $returnall return all or just enabled
|
||||
* @return array moodle translation code => localised translation name
|
||||
*/
|
||||
public function get_list_of_translations($returnall = false) {
|
||||
global $CFG;
|
||||
@ -6318,6 +6320,7 @@ class install_string_manager implements string_manager {
|
||||
/**
|
||||
* Returns localised list of installed translations
|
||||
* @param bool $returnall return all or just enabled
|
||||
* @return array moodle translation code => localised translation name
|
||||
*/
|
||||
public function get_list_of_translations($returnall = false) {
|
||||
// return all is ignored here - we need to know all langs in installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user