lithium\template\view\Renderer::$_data

protected property

An array containing any additional variables to be injected into view templates. This allows local variables to be communicated between multiple templates (i.e. an element and a layout) which are using the same rendering context.

Source

	protected $_data = [];