Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 402] [Versions 310 and 403]

(no description)

File Size: 128 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Membership:: (2 methods):
  __construct()
  get()


Class: Membership  - X-Ref

Class to implement the Membership service

__construct($source, $endpoint)   X-Ref
Class constructor.

param: object       $source     The object to which the memberships apply (ResourceLink or Context)
param: string       $endpoint   Service endpoint

get($role = null, $limit = 0)   X-Ref
Get the memberships.

param: string    $role   Role for which memberships are to be requested (optional, default is all roles)
param: int       $limit  Limit on the number of memberships to be returned (optional, default is all)
return: mixed The array of User objects if successful, otherwise false