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

This commit is contained in:
Petr Skoda
2010-07-25 12:57:44 +00:00
parent f2ed3f05a7
commit 2ac619c1e0
9 changed files with 37 additions and 19 deletions
+4 -2
View File
@@ -19,12 +19,14 @@
/**
* XML format importer class from memory storage
*
* @package moodlecore
* @subpackage DTL
* @package core
* @subpackage dtl
* @copyright 2008 Andrei Bautu
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
/**
* XML format importer class from memory storage (i.e. string).
*/