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

getUserPrincipalName() 공개 메소드

This is usually their email address. https://msdn.microsoft.com/en-us/library/ms680857(v=vs.85).aspx
public getUserPrincipalName ( ) : string
리턴 string
    public function getUserPrincipalName()
    {
        return $this->getFirstAttribute($this->schema->userPrincipalName());
    }