|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | webservice |
Variables | |
| $functions = $DB->get_records('external_functions', array(), 'name') | |
| $functiondescs = array() | |
| foreach($functions as $function) | $protocols = array() |
| $protocols ['rest'] = true | |
| $protocols ['xmlrpc'] = true | |
| $printableformat = optional_param('print', false, PARAM_BOOL) | |
| Check if we are in printable mode. | |
| $renderer = $PAGE->get_renderer('core', 'webservice') | |
| OUTPUT. | |
| if (!empty($printableformat)) | |
| trigger browser print operation | |
| $functiondescs = array() |
Definition at line 34 of file documentation.php.
| $functions = $DB->get_records('external_functions', array(), 'name') |
Definition at line 33 of file documentation.php.
| $printableformat = optional_param('print', false, PARAM_BOOL) |
Check if we are in printable mode.
Definition at line 46 of file documentation.php.
Definition at line 41 of file documentation.php.
| $protocols['rest'] = true |
Definition at line 42 of file documentation.php.
| $protocols['xmlrpc'] = true |
Definition at line 43 of file documentation.php.
| $renderer = $PAGE->get_renderer('core', 'webservice') |
OUTPUT.
Definition at line 51 of file documentation.php.
| if(!empty($printableformat)) |
trigger browser print operation
Definition at line 56 of file documentation.php.