1 | <?php |
||
22 | final class LegacyFormHelper |
||
23 | { |
||
24 | private static $map = array( |
||
25 | 'Symfony\Component\Form\Extension\Core\Type\ChoiceType' => 'choice', |
||
26 | ); |
||
27 | |||
28 | public static function getType($class) |
||
40 | |||
41 | public static function isLegacy() |
||
45 | |||
46 | private function __construct() |
||
49 | |||
50 | private function __clone() |
||
53 | } |
||
54 |