Form- Basic Constraints – Symfony2
usa: use SymfonyComponentValidatorConstraintsBlank;use SymfonyComponentValidatorConstraintsNotBlank;use SymfonyComponentValidatorConstraintsFile;use SymfonyComponentValidatorConstraintsNotNull;use SymfonyComponentValidatorConstraintsNull;use SymfonyComponentValidatorConstraintsTrue;use SymfonyComponentValidatorConstraintsFalse;use SymfonyComponentValidatorConstraintsType; … class UserType .. … public function buildForm (… $builder->add(‘name’, ‘text’, array(‘label’ => ‘Name’,// css’attr’ => array( ‘class’ => ‘someclass’, …
Continuar lendo