PHP 클래스 Newscoop\NewscoopBundle\ORM\PointType

상속: extends Doctrine\DBAL\Types\Type
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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.