23/07/2012, 12:47
|
| | | Fecha de Ingreso: septiembre-2004 Ubicación: Buenos Aires
Mensajes: 647
Antigüedad: 20 años, 4 meses Puntos: 2 | |
Respuesta: Problemas con Build Form en Symfony 2 Tengo lo siguiente en FormTypeInterface::buildForm:
/**
* Builds the form.
*
* This method is called for each type in the hierarchy starting form the
* top most type. Type extensions can further modify the form.
*
* @see FormTypeExtensionInterface::buildForm()
*
* @param FormBuilderInterface $builder The form builder
* @param array $options The options
*/
public function buildForm(FormBuilderInterface $builder, array $options);
Y por lo que puedo ver, tiene los dos argumentos que le estoy pasando... la verdad que no logro darme cuenta qué es lo que estoy colocando mal |