lithium\net\http\Route::$_autoConfig

protected property

Auto configuration properties. Also used as the list of properties to return when exporting this Route object to an array.

Source

	protected $_autoConfig = [
		'template', 'pattern', 'params', 'match', 'meta',
		'keys', 'defaults', 'subPatterns', 'persist', 'handler'
	];