items, array( 'item_id' => $itemId, 'item_num' => $itemNum )); } public function toDto() { return array( 'items' => $this->items ); } }