1 | <?php |
||
9 | class UuidType extends StringType |
||
10 | { |
||
11 | const NAME = 'uuid'; |
||
12 | |||
13 | public function getName() |
||
17 | /** |
||
18 | * {@inheritDoc} |
||
19 | */ |
||
20 | public function convertToPHPValue($value, AbstractPlatform $platform) |
||
24 | /** |
||
25 | * {@inheritDoc} |
||
26 | */ |
||
27 | public function convertToDatabaseValue($value, AbstractPlatform $platform) |
||
31 | } |
||
32 |