コード例 #1
0
ファイル: Request.php プロジェクト: mattvb91/cphalcon
 public function getHTTPReferer()
 {
     return parent::getHTTPReferer();
 }
コード例 #2
0
ファイル: Url.php プロジェクト: einstein95/FAOpen
 /**
  * Get the HTTP_REFERER value for the current page.
  *
  * @param null $default_url
  * @return mixed
  */
 public function referrer($default_url = null)
 {
     return $this->getUrl($this->_request->getHTTPReferer());
 }