items; } public function set_items($items) { $this->items = $items; } public function add_order_note($note) { $this->order_notes[] = $note; } public function get_order_notes() { return $this->order_notes; } }