Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]
(no description)
File Size: | 129 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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 |