Minor - updated comments for phpdoc

skala
ywarnier 15 years ago
parent 07f56fa0e2
commit b458d642a6
  1. 21
      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

Loading…
Cancel
Save