MDL-34441 cleanup dtl related phpdocs and minor style improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user