| 1 | <?php |
||
| 7 | trait HTML5Trait |
||
| 8 | { |
||
| 9 | use OptionAccessorsTrait; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param bool $html5 |
||
| 13 | * @return $this |
||
| 14 | * @link http://symfony.com/doc/current/reference/forms/types/date.html#html5 |
||
| 15 | */ |
||
| 16 | public function setHTML5($html5 = true) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public function getHTML5() |
||
| 28 | } |
||
| 29 |