Moodle  2.2.1
http://www.collinsharper.com
moodle_webservice_external Class Reference
Inheritance diagram for moodle_webservice_external:
Collaboration diagram for moodle_webservice_external:

Public Member Functions

 get_siteinfo ($serviceshortnames=array())

Static Public Member Functions

static get_siteinfo_parameters ()
static get_siteinfo_returns ()

Detailed Description

Deprecated web service related functions

Deprecated:
since Moodle 2.2 please use core_webservice_external instead

Definition at line 172 of file externallib.php.


Member Function Documentation

get_siteinfo ( serviceshortnames = array())

Return user information including profile picture + basic site information Note:

  • no capability checking because we return just known information by logged user
    Deprecated:
    since Moodle 2.2 please use core_webservice_external::get_site_info instead
    Parameters:
    array$serviceshortnamesof service shortnames - the functions of these services will be returned
    Returns:
    array

Definition at line 191 of file externallib.php.

Here is the call graph for this function:

static get_siteinfo_parameters ( ) [static]

Returns description of method parameters

Deprecated:
since Moodle 2.2 please use core_webservice_external::get_site_info_parameters instead
Returns:
external_function_parameters

Definition at line 179 of file externallib.php.

Here is the call graph for this function:

static get_siteinfo_returns ( ) [static]

Returns description of method result value

Deprecated:
since Moodle 2.2 please use core_webservice_external::get_site_info_returns instead
Returns:
external_single_structure

Definition at line 200 of file externallib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations