Source

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