mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-69311-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
72e24ec057
1 changed files with 3 additions and 7 deletions
|
@ -18,10 +18,8 @@
|
|||
* Class containing utility methods for dataformats
|
||||
*
|
||||
* @package core
|
||||
* @copyright 2020 Moodle Pty Ltd <support@moodle.com>
|
||||
* @author 2020 Paul Holden <paulh@moodle.com>
|
||||
* @copyright 2020 Paul Holden <paulh@moodle.com>
|
||||
* @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;
|
||||
|
@ -33,15 +31,13 @@ use core_php_time_limit;
|
|||
* Dataformat utility class
|
||||
*
|
||||
* @package core
|
||||
* @copyright 2020 Moodle Pty Ltd <support@moodle.com>
|
||||
* @author 2020 Paul Holden <paulh@moodle.com>
|
||||
* @copyright 2020 Paul Holden <paulh@moodle.com>
|
||||
* @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 {
|
||||
|
||||
/**
|
||||
* 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
|
||||
* @return dataformat\base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue