コード例 #1
0
ファイル: Orbit.php プロジェクト: elvisdandrea/delicatessi
 /**
  * Returns the URL of the last request performed to the API
  *
  * @return string
  */
 public function getURL()
 {
     return $this->request->getURL();
 }