예제 #1
0
 public function addGroup(Group $group, array $options = array())
 {
     return GroupMembership::_create($this, $group, $this->getDataStore(), $options);
 }
예제 #2
0
 public function addAccount(Account $account, array $options = array())
 {
     return GroupMembership::_create($account, $this, $this->getDataStore(), $options);
 }