Extends
lithium\core\Object
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']);
}