httpContentType !== null) { header('Content-type: ' . $this->httpContentType); } echo $this->render($arEvents); } public function handleStopOnEmpty() { } abstract public function render($arEvents); } ?>