lithium\util\Collection::$_formats
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'
];
A central registry of global format handlers for Collection objects and subclasses.
Accessed via the formats() method.
protected static $_formats = [
'array' => 'lithium\util\Collection::toArray'
];