| 1 | <?php |
||
| 9 | final class StaticContentChoiceType extends AbstractType |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | private $dataClass; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string $dataClass |
||
| 18 | */ |
||
| 19 | public function __construct($dataClass) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function configureOptions(OptionsResolver $resolver) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function getParent() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function getBlockPrefix() |
||
| 47 | } |
||
| 48 |