Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->type = 'movio.modules.news';
     $this->protocol = 'movioNews:';
     $this->model = 'movio.modules.news.models.Model';
     $this->pageType = 'movio.modules.news.views.FrontEnd';
     $this->modelName = __T('movio.modules.news.views.FrontEnd');
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->type = 'movio.modules.touristoperators';
     $this->protocol = 'movioTouristOperators:';
     $this->model = 'movio.modules.touristoperators.models.Model';
     $this->pageType = 'movio.modules.touristoperators.views.FrontEnd';
     $this->modelName = __T('movio.modules.touristoperators.views.FrontEnd');
 }