/**
* Function to convert a route to an internal URI.
*
* @param Uri &$uri The uri.
* @param bool $setVars Set the parsed data in the internal
* storage for current-request-URLs
*
* @return array
*
* @since 1.5
*/
public function parse(&$uri, $setVars = false)
{
return array();
}