lithium\template\View::$_request

protected property

Holds the details of the current request that originated the call to this view, if applicable. May be empty if this does not apply. For example, if the View class is created to render an email.

Source

	protected $_request = null;