setFoo('Acme.Foo')->setBar(1)->setBaz(array('product1', '11.00 €', 'UPS')); $order = new SerializableDtoOwner(); $order->setSerializableDto($serializable); $this->persistenceManager->add($order); $this->persistenceManager->persistAll(); ?>