Adldap\Models\User::getManager PHP Method

getManager() public method

Returns the distinguished name of the user who is the user's manager.
public getManager ( ) : string
return string
    public function getManager()
    {
        return $this->getFirstAttribute($this->schema->manager());
    }