Вход Регистрация
Файл: vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php
Строк: 26
<?php

/**
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace CarbonDoctrine;

use 
DoctrineDBALPlatformsAbstractPlatform;

interface 
CarbonDoctrineType
{
    public function 
getSQLDeclaration(array $fieldDeclarationAbstractPlatform $platform);

    public function 
convertToPHPValue($valueAbstractPlatform $platform);

    public function 
convertToDatabaseValue($valueAbstractPlatform $platform);
}
Онлайн: 2
Реклама