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

getUserAccountControl() 공개 메소드

Returns the users user account control integer.
public getUserAccountControl ( ) : string
리턴 string
    public function getUserAccountControl()
    {
        return $this->getFirstAttribute($this->schema->userAccountControl());
    }