MDL-21249 improved php docs and adding direct access prevention in core libs

This commit is contained in:
Petr Skoda
2010-07-25 13:35:05 +00:00
parent 2ac619c1e0
commit 78bfb562a0
70 changed files with 388 additions and 215 deletions
+6 -3
View File
@@ -20,11 +20,14 @@
* You can have a rather longer description of the file as well,
* if you like, and it can span multiple lines.
*
* @copyright Petr Skoda
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package moodlecore
* @package core
* @subpackage lib
* @copyright Petr Skoda
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
/**
* Utitily class for importing of CSV files.
* @copyright Petr Skoda