items = $items; foreach ($items as $item) { parent::append($item); } } public function fetchAll() { return $this->items; } }