MDL-34441 cleanup dtl related phpdocs and minor style improvements

This commit is contained in:
Petr Škoda
2012-07-22 20:57:02 +02:00
parent 1c005cbf12
commit 4b195fe9e9
17 changed files with 90 additions and 102 deletions
+3 -6
View File
@@ -1,5 +1,4 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
@@ -15,12 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* XML format importer class from memory storage
*
* @package core
* @subpackage dtl
* @package core_dtl
* @copyright 2008 Andrei Bautu
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -31,13 +28,13 @@ defined('MOODLE_INTERNAL') || die();
* XML format importer class from memory storage (i.e. string).
*/
class string_xml_database_importer extends xml_database_importer {
/** String with XML data. */
/** @var string String with XML data. */
protected $data;
/**
* Object constructor.
*
* @param string data - string with XML data
* @param string $data - string with XML data
* @param moodle_database $mdb Connection to the target database
* @see xml_database_importer::__construct()
* @param boolean $check_schema - whether or not to check that XML database