From f6907ba954417325b443720838d695bec8d93d11 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 14 Apr 2010 13:37:59 +0000 Subject: [PATCH 1/1] MDL-22015 fixed php docs --- lib/moodlelib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 4466a9922c4..8c1eed51731 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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 -- 2.43.0