Example #1
0
 /**
  * Constructor that retrieves the ID from the request
  *
  * @access    public
  * @return    void
  */
 function __construct()
 {
     parent::__construct();
     $array = JRequest::getVar('cid', 0, '', 'array');
     $this->setId((int) $array[0]);
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->_getVars();
 }
Example #3
0
 /**
  * Constructor that retrieves variables from the request
  */
 function __construct()
 {
     parent::__construct();
 }