1 | <?php |
||
10 | class DateIntervalType extends Type |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | 32 | public function getName() |
|
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 1 | public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform) |
|
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 16 | public function convertToDatabaseValue($value, AbstractPlatform $platform) |
|
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | 4 | public function convertToPHPValue($value, AbstractPlatform $platform) |
|
66 | |||
67 | /** |
||
68 | * {@inheritdoc} |
||
69 | */ |
||
70 | 749 | public function requiresSQLCommentHint(AbstractPlatform $platform) |
|
74 | } |
||
75 |