Adldap\Models\User::getUserAccountControl PHP Method

getUserAccountControl() public method

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