コード例 #1
0
 /**
  * @internal should only be used for testing
  */
 public function RemoveResource()
 {
     $resourceId = $this->page->GetResourceId();
     $groupId = $this->page->GetGroupId();
     Log::Debug('Removing resource from group. ResourceId=%s, GroupId=%s', $resourceId, $groupId);
     $this->resourceRepository->RemoveResourceFromGroup($resourceId, $groupId);
 }