public function preventAction() { if (empty($this->config['preventAction'])) { return false; } return $this->config['preventAction']; }