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());
    }