Adldap\Models\User::getDepartment PHP Method

getDepartment() public method

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