function() { if (!isset($this->cfg)) { return true; } if (isset($this->cfg['num_attempts']) && $this->cfg['num_attempts'] > $this->class_cfg['max_attempts']) { return false; } return true; }