Example #1
0
 /**
  * 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;
 }