Skip to content

Instantly share code, notes, and snippets.

@ubermuda
Created December 5, 2012 15:40
Show Gist options
  • Select an option

  • Save ubermuda/4216667 to your computer and use it in GitHub Desktop.

Select an option

Save ubermuda/4216667 to your computer and use it in GitHub Desktop.
<?php
// note: `FoobarType` has a `data_class` option set to `Foobar`
$builder
->add('Foobars', 'collection', [
'type' => new FoobarType(new Foobar()) // does not seem to work :/
])
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment