We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e0f1 commit bb085daCopy full SHA for bb085da
book/doctrine.rst
@@ -1105,6 +1105,7 @@ Now you can see this new code in action! Imagine you're inside a controller::
1105
$product = new Product();
1106
$product->setName('Foo');
1107
$product->setPrice(19.99);
1108
+ $product->setDescription('Lorem ipsum dolor');
1109
// relate this product to the category
1110
$product->setCategory($category);
1111
0 commit comments