Example #1
0
 /**
  * Get the URI for a path
  *
  * @param   string  $path   The path
  * @param   boolean $full   (optional) Full URI flag
  *
  * @return  string
  */
 public function getURL($path, $full = true)
 {
     return $this->app->getURL($path, $full);
 }