Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_Coordinate_Team_Resource Class Reference

The "team" collection of methods. More...

Inheritance diagram for Google_Service_Coordinate_Team_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listTeam ($optParams=array())
 Retrieves a list of teams for a user.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "team" collection of methods.

Typical usage is: $coordinateService = new Google_Service_Coordinate(...); $team = $coordinateService->team;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ listTeam()

Google_Service_Coordinate_Team_Resource::listTeam ( $optParams = array())

Retrieves a list of teams for a user.

(team.listTeam)

Parameters
array$optParamsOptional parameters.

@opt_param bool admin Whether to include teams for which the user has the Admin role. @opt_param bool worker Whether to include teams for which the user has the Worker role. @opt_param bool dispatcher Whether to include teams for which the user has the Dispatcher role.

Return values
Google_Service_Coordinate_TeamListResponse

The documentation for this class was generated from the following file: