lithium\util\Collection::_init()
Overrides
lithium\core\ObjectDeprecated::_init()
Initializes the collection object by merging in collection items and removing redundant object properties.
Returns
voidSource
protected function _init() {
parent::_init();
unset($this->_config['data']);
}