Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $document = JFactory::getDocument();
     $viewType = $document->getType();
     $viewName = 'usermap';
     $this->view = $this->getView($viewName, $viewType);
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $document = JFactory::getDocument();
     $viewType = $document->getType();
     $viewName = 'notification';
     $this->view = $this->getView($viewName, $viewType);
 }