items = []; } public function addItem($entry){ $this->items[] = $entry; } }