コード例 #1
0
ファイル: sefurl.php プロジェクト: jmangarret/webtuagencia24
 /**
  * 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]);
 }
コード例 #2
0
ファイル: metatags.php プロジェクト: ranrolls/ras-full-portal
 function __construct()
 {
     parent::__construct();
     $this->_getVars();
 }
コード例 #3
0
ファイル: import.php プロジェクト: 01J/bealtine
 /**
  * Constructor that retrieves variables from the request
  */
 function __construct()
 {
     parent::__construct();
 }