getAllItems() as $item) { $item->setOrderItem($item->getOrderItem()); $item->save(); } foreach($object->getCommentsCollection() as $comment) { $comment->save(); } return $this; } }