MDL-53772 externallib: Deprecate external_function_info()

This commit is contained in:
Damyon Wiese
2016-04-14 14:56:00 +08:00
committed by David Monllao
parent e02e7f5a01
commit 11c16f5fc8
10 changed files with 27 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ admin_externalpage_setup('webservicedocumentation');
$functions = $DB->get_records('external_functions', array(), 'name');
$functiondescs = array();
foreach ($functions as $function) {
$functiondescs[$function->name] = external_function_info($function);
$functiondescs[$function->name] = external_api::external_function_info($function);
}
//display the documentation for all documented protocols,