Ejemplo n.º 1
0
 /**
  * Generates a normalized URI for the given path.
  *
  * @param string $path A path to use instead of the current one
  *
  * @return string The normalized URI for the path
  *
  * @api
  */
 public function getUriForPath($path)
 {
     return parent::getUriForPath($path);
 }