Skip to content

Instantly share code, notes, and snippets.

@edwinschaap
edwinschaap / SzovegType.php
Created December 11, 2012 11:07
example form class in Silex
<?php
namespace Insolis\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Validator\Constraints as Assert;
class SzovegType extends AbstractType
{