| 1 | <?php |
||
| 10 | class NotificationDestinationType extends JsonType |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | public function convertToDatabaseValue($value, AbstractPlatform $platform = null) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function convertToPHPValue($value, AbstractPlatform $platform = null) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function getName() |
||
| 39 | } |