public function process() { $this->context->setDefault('action', 'ShowEventDetails'); parent::process(); $view = new DetailView(); $view->setMain($this->context->getContent()); }
public function process() { $this->context->setDefault('action', 'ShowAdminHome'); parent::process(); $view = new AdminView(); $view->setMain($this->context->getContent()); }