Adldap\Models\User::getManager PHP 메소드

getManager() 공개 메소드

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