Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/07/2012, 13:08
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Problemas con Build Form en Symfony 2

Código PHP:
Ver original
  1. // Symfony
  2. public function buildForm(FormBuilderInterface $builder, array $options);
  3. // tú código
  4. public function buildForm(FormBuilder $builder, array $options)

Saludos.