[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
external API for mobile web services
Copyright: | 2011 Jerome Mouneyrac <[email protected]> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 260 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
core_webservice_external:: (3 methods):
get_site_info_parameters()
get_site_info()
get_site_info_returns()
moodle_webservice_external:: (3 methods):
get_siteinfo_parameters()
get_siteinfo()
get_siteinfo_returns()
Class: core_webservice_external - X-Ref
Web service related functionsget_site_info_parameters() X-Ref |
Returns description of method parameters return: external_function_parameters |
get_site_info($serviceshortnames = array() X-Ref |
Return user information including profile picture + basic site information Note: - no capability checking because we return only known information about logged user param: array $serviceshortnames - DEPRECATED PARAMETER - values will be ignored - return: array site info |
get_site_info_returns() X-Ref |
Returns description of method result value return: external_single_structure |
Class: moodle_webservice_external - X-Ref
Deprecated web service related functionsget_siteinfo_parameters() X-Ref |
Returns description of method parameters return: external_function_parameters |
get_siteinfo($serviceshortnames = array() X-Ref |
Return user information including profile picture + basic site information Note: - no capability checking because we return just known information by logged user param: array $serviceshortnames of service shortnames - the functions of these services will be returned return: array |
get_siteinfo_returns() X-Ref |
Returns description of method result value return: external_single_structure |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |