Merge branch 'MDL-69311-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE

This commit is contained in:
Adrian Greeve 2020-08-06 09:49:32 +08:00
commit 72e24ec057

View file

@ -18,10 +18,8 @@
* Class containing utility methods for dataformats * Class containing utility methods for dataformats
* *
* @package core * @package core
* @copyright 2020 Moodle Pty Ltd <support@moodle.com> * @copyright 2020 Paul Holden <paulh@moodle.com>
* @author 2020 Paul Holden <paulh@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license Moodle Workplace License, distribution is restricted, contact support@moodle.com
*/ */
namespace core; namespace core;
@ -33,15 +31,13 @@ use core_php_time_limit;
* Dataformat utility class * Dataformat utility class
* *
* @package core * @package core
* @copyright 2020 Moodle Pty Ltd <support@moodle.com> * @copyright 2020 Paul Holden <paulh@moodle.com>
* @author 2020 Paul Holden <paulh@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license Moodle Workplace License, distribution is restricted, contact support@moodle.com
*/ */
class dataformat { class dataformat {
/** /**
* Return an instead of a dataformat writer from given dataformat type * Return an instance of a dataformat writer from given dataformat type
* *
* @param string $dataformat * @param string $dataformat
* @return dataformat\base * @return dataformat\base