PHP Класс Newscoop\NewscoopBundle\ORM\PointType

Наследование: extends Doctrine\DBAL\Types\Type
Показать файл Открыть проект

Открытые методы

Метод Описание
convertToDatabaseValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
getName ( ) : string Gets the name of this type.
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) Gets the SQL declaration snippet for a field of this type.

Описание методов

convertToDatabaseValue() публичный метод

public convertToDatabaseValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform

convertToPHPValue() публичный метод

public convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform

getName() публичный метод

Gets the name of this type.
public getName ( ) : string
Результат string

getSQLDeclaration() публичный метод

Gets the SQL declaration snippet for a field of this type.
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$fieldDeclaration array The field declaration.
$platform Doctrine\DBAL\Platforms\AbstractPlatform The currently used database platform.