lithium\net\http\Route::$_match

protected property

The array of values that appear in the second parameter of Router::connect(), which are not present in the URL template. When matching a route, these parameters must appear exactly as specified here.

Source

	protected $_match = [];