lithium\template\view\Renderer::$_helpers

protected property

Contains the list of helpers currently in use by this rendering context. Helpers are loaded via the helper() method, which is called by Renderer::__get(), allowing for on-demand loading of helpers.

Source

	protected $_helpers = [];