Extends
lithium\net\http\RouteSource
public function match(array $options = array(), $context = null) {
$locale = Environment::get('locale');
return parent::match($options + compact('locale'), $context);
}
public function match(array $options = array(), $context = null) {
$locale = Environment::get('locale');
return parent::match($options + compact('locale'), $context);
}