コード例 #1
0
ファイル: Bootstrap.php プロジェクト: mikejw/empathy
 /**
  * Gets the URI data (data structure representing the current URI).
  * @return array $uri_data
  */
 public function getURIData()
 {
     return isset($this->uri) ? $this->uri->getData() : null;
 }