lithium\net\http\Route::$_persist
An array of parameter names which will persist by default when generating URLs. By default,
the 'controller'
parameter is set to persist, which means that the controller name matched
for a given request will be used to generate all URLs for that request, unless the
'controller'
parameter is specified in that URL with another value.
Source
protected $_persist = [];