PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Doctrine
<?php /** * Thanks to https://github.com/flaushi for his suggestion: * https://github.com/doctrine/dbal/issues/2873#issuecomment-534956358 */ namespace Carbon\Doctrine; use Doctrine\DBAL\Platforms\AbstractPlatform; interface CarbonDoctrineType { public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform); public function convertToPHPValue($value, AbstractPlatform $platform); public function convertToDatabaseValue($value, AbstractPlatform $platform); }
[-] DateTimeType.php
[edit]
[+]
..
[-] CarbonType.php
[edit]
[-] CarbonDoctrineType.php
[edit]
[-] DateTimeImmutableType.php
[edit]
[-] CarbonImmutableType.php
[edit]
[-] DateTimeDefaultPrecision.php
[edit]
[-] CarbonTypeConverter.php
[edit]