disableCsrfValidation(); } /** * @inheritDoc */ protected function checkPermissions() { return true; } /** * @inheritDoc */ protected function checkInput() { return true; } /** * @inheritDoc */ protected function doAction() { $response = new \CControllerResponseData([]); $response->setTitle('1st Module'); $this->setResponse($response); } }