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

Public Member Functions

 get_site_info ($serviceshortnames=array())

Static Public Member Functions

static get_site_info_parameters ()
static get_site_info_returns ()

Detailed Description

Web service related functions

Definition at line 29 of file externallib.php.


Member Function Documentation

get_site_info ( serviceshortnames = array())

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

  • no capability checking because we return just known information by logged user
    Parameters:
    array$serviceshortnames- DEPRECATED PARAMETER - values will be ignored - it was an original design error, we keep for backward compatibility.
    Returns:
    array

Definition at line 56 of file externallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static get_site_info_parameters ( ) [static]

Returns description of method parameters

Returns:
external_function_parameters

Definition at line 35 of file externallib.php.

Here is the caller graph for this function:

static get_site_info_returns ( ) [static]

Returns description of method result value

Returns:
external_single_structure

Definition at line 144 of file externallib.php.

Here is the caller graph for this function:


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