1 | <?php |
||
11 | class DateTimeHandler implements DataTypeHandlerInterface |
||
12 | { |
||
13 | const PARAMETER_FORMAT = 0; |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 2 | public function toResource($value, array $parameters) |
|
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 2 | public function fromResource($value) |
|
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function supports(): array |
||
50 | } |