Ramsey\Uuid\Doctrine\UuidType::requiresSQLCommentHint PHP Метод

requiresSQLCommentHint() публичный Метод

public requiresSQLCommentHint ( Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : boolean
$platform Doctrine\DBAL\Platforms\AbstractPlatform
Результат boolean
    public function requiresSQLCommentHint(AbstractPlatform $platform)
    {
        return true;
    }