1 | <?php |
||
10 | class VerificationType extends AbstractType |
||
11 | { |
||
12 | /** |
||
13 | * @var Confirmation |
||
14 | */ |
||
15 | protected $confirmation; |
||
16 | |||
17 | public function __construct(Confirmation $confirmation) |
||
21 | |||
22 | public function buildForm(FormBuilderInterface $builder, array $options = array()) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function getName() |
||
34 | } |
||
35 |