Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct($viewObj)
 {
     parent::__construct($viewObj);
     $this->groupid = JRequest::getInt('groupid', '', 'REQUEST');
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct($viewObj)
 {
     parent::__construct($viewObj);
     $mainframe = JFactory::getApplication();
     $jinput = $mainframe->input;
     $this->eventid = $jinput->get('eventid', '', 'INT');
 }