From c561b1b48edee2f53a3c2235135c81b2d3c51995 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 26 Aug 2012 12:44:59 -0500 Subject: [PATCH] Minor - added documentation to sublanguage class --- main/admin/sub_language.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/admin/sub_language.class.php b/main/admin/sub_language.class.php index 3b251f60d6..e7f8d1f12b 100644 --- a/main/admin/sub_language.class.php +++ b/main/admin/sub_language.class.php @@ -72,6 +72,7 @@ class SubLanguageManager { /** * Get all information of chamilo file * @param String The chamilo path file (/var/www/chamilo/main/lang/spanish/gradebook.inc.php) + * @patam Bool Whether we want to remove the '$' prefix in the results or not * @return Array Contains all information of chamilo file */ public static function get_all_language_variable_in_file($system_path_file, $get_as_string_index=false) {