lithium\action\Controller::$request
Contains an instance of the Request
object with all the details of the HTTP request that
was dispatched to the controller object. Any parameters captured in routing, such as
controller or action name are accessible as properties of this object, i.e.
$this->request->controller
or $this->request->action
.
Source
public $request = null;