1 | <?php |
||
13 | class Radio extends AbstractType |
||
14 | { |
||
15 | |||
16 | protected $element = []; |
||
17 | |||
18 | protected $inputType = 'input'; |
||
19 | |||
20 | /** |
||
21 | * @return self |
||
22 | */ |
||
23 | public function create() |
||
61 | |||
62 | /** |
||
63 | * @param string $optionName |
||
64 | * @return string |
||
65 | */ |
||
66 | public function getOption(string $optionName) |
||
70 | |||
71 | /** |
||
72 | * @param string $optionName |
||
73 | * @return string |
||
74 | * @codeCoverageIgnore |
||
75 | */ |
||
76 | public function getOptionLabel(string $optionName) |
||
80 | |||
81 | } |