items(); $items = Arr::sort($items, $key); $this->iterator = new ArrayIterator(array_values($items)); } }