Explorar o código

Minor - updated comments for phpdoc

ywarnier %!s(int64=14) %!d(string=hai) anos
pai
achega
b458d642a6
Modificáronse 1 ficheiros con 9 adicións e 12 borrados
  1. 9 12
      main/admin/sub_language.class.php

+ 9 - 12
main/admin/sub_language.class.php

@@ -1,22 +1,19 @@
-<?php
-/* For licensing terms, see /license.txt */
+<?php /* For licensing terms, see /license.txt */
 /**
-==================================================================================
-	@author Isaac flores paz <florespaz@bidsoftperu.com> - Added 9 july of 2009
-==================================================================================
-*/
-/*
-==============================================================================
-		Class SubLanguageManager
-==============================================================================
-*/
+ * SubLanguageManager class definition file
+ * @package chamilo.admin.sublanguage 
+ */
+/**
+ * SubLanguageManager class manages the edition
+ * @class SubLanguageManager
+ */
 class SubLanguageManager {
 
     private function __construct() {
     	//void
     }
     /**
-     * Get all data of lang folder (forum.inc.php,gradebook.inc.php,notebook.inc.php)
+     * Get all files of lang folder (forum.inc.php,gradebook.inc.php,notebook.inc.php)
      * @param String The lang path folder  (/var/www/my_lms/main/lang/spanish)
      * @param bool true if we only want the "subname" trad4all instead of  trad4all.inc.php
      * @return Array All file of lang folder