Adldap\Models\Group::getGroupType PHP 메소드

getGroupType() 공개 메소드

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