1 | <?php |
||
14 | class UuidType extends StringType |
||
15 | { |
||
16 | const NAME = 'uuid'; |
||
17 | |||
18 | public function getName() |
||
22 | /** |
||
23 | * {@inheritDoc} |
||
24 | */ |
||
25 | public function convertToPHPValue($value, AbstractPlatform $platform) |
||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | */ |
||
32 | public function convertToDatabaseValue($value, AbstractPlatform $platform) |
||
36 | } |
||
37 |