Adldap\Models\Group::removeMembers PHP Method

removeMembers() public method

Removes all members from the current group.
public removeMembers ( ) : boolean
return boolean
    public function removeMembers()
    {
        return $this->addModification(new BatchModification($this->schema->member(), LDAP_MODIFY_BATCH_REMOVE_ALL))->save();
    }