A1_Driver_Mango::_get_failed_attempts PHP Method

_get_failed_attempts() protected method

Returns the number of failed login attempts
protected _get_failed_attempts ( $user ) : void
return void
    protected function _get_failed_attempts($user)
    {
        return $user->__get($this->_config['columns']['failed_attempts'])->as_int();
    }