lithium\template\view\adapter\File::$_data
Overrides
lithium\template\view\Renderer::$_data
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 = [];