lithium\template\view\adapter\File::$_data

protected property

An array containing the variables currently in the scope of the template. These values are manipulable using array syntax against the template object, i.e. $this['foo'] = 'bar' inside your template files.

Source

	protected $_data = [];