Minor - added documentation to sublanguage class

skala
Yannick Warnier 13 years ago
parent faee8f4be6
commit c561b1b48e
  1. 1
      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) {

Loading…
Cancel
Save