Exemplo n.º 1
0
 protected function configureDatagridFilters(DatagridMapper $filter)
 {
     $filter->add('nom')->add('sexe', 'doctrine_orm_string', array(), 'choice', array('choices' => Bungalow::getSexChoices(), 'multiple' => false, 'required' => false));
 }