| Línea 361... |
Línea 361... |
| 361 |
* @param Context $context The context object.
|
361 |
* @param Context $context The context object.
|
| 362 |
* @param ResourceLink $resourcelink The resource link object.
|
362 |
* @param ResourceLink $resourcelink The resource link object.
|
| 363 |
* @param string $membershipsurltemplate The memberships endpoint URL template.
|
363 |
* @param string $membershipsurltemplate The memberships endpoint URL template.
|
| 364 |
* @return bool|User[] Array of User objects upon successful membership service request. False, otherwise.
|
364 |
* @return bool|User[] Array of User objects upon successful membership service request. False, otherwise.
|
| 365 |
*/
|
365 |
*/
|
| 366 |
protected function do_context_membership_request(Context $context, ResourceLink $resourcelink = null,
|
366 |
protected function do_context_membership_request(Context $context, ?ResourceLink $resourcelink = null,
|
| 367 |
$membershipsurltemplate = '') {
|
367 |
$membershipsurltemplate = '') {
|
| 368 |
$dataconnector = $this->dataconnector;
|
368 |
$dataconnector = $this->dataconnector;
|
| Línea 369... |
Línea 369... |
| 369 |
|
369 |
|
| 370 |
// Flag to indicate whether to save the context later.
|
370 |
// Flag to indicate whether to save the context later.
|