lithium\util\Collection::$_formats

protected static property

A central registry of global format handlers for Collection objects and subclasses. Accessed via the formats() method.

Source

	protected static $_formats = [
		'array' => 'lithium\util\Collection::toArray'
	];