Details
Description
With DCOM-17 the Collection interface will be updated to contain one new method, this has to be implemented naively for now:
public function slice($offset, $length = null) { $this->initialize(); return $this->_col->slice($offset, $length); }
Implemented.