Adldap\Models\Group::getGroupType PHP Method

getGroupType() public method

https://msdn.microsoft.com/en-us/library/ms675935(v=vs.85).aspx
public getGroupType ( ) : string
return string
    public function getGroupType()
    {
        return $this->getFirstAttribute($this->schema->groupType());
    }