mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-21148 geenral support for rendering targets, this should give us more flexibility; please propose improvements in the tracker if necessary, thanks
This commit is contained in:
parent
be1bb80efa
commit
c927e35c48
8 changed files with 112 additions and 64 deletions
|
@ -27,7 +27,7 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
class core_wsdoc_renderer extends plugin_renderer_base {
|
||||
class core_webservice_renderer extends plugin_renderer_base {
|
||||
/**
|
||||
* Create documentation for a description object
|
||||
* @param object $params a part of parameter/return description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue