PHP 클래스 DoctrineExtensions\Types\PolygonType

상속: extends Type
파일 보기 프로젝트 열기: beberlei/doctrineextensions

공개 메소드들

메소드 설명
canRequireSQLConversion ( )
convertToDatabaseValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
convertToDatabaseValueSQL ( $sqlExpr, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
convertToPHPValueSQL ( $sqlExpr, $platform )
getName ( )
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )

메소드 상세

canRequireSQLConversion() 공개 메소드

convertToDatabaseValue() 공개 메소드

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

convertToDatabaseValueSQL() 공개 메소드

public convertToDatabaseValueSQL ( $sqlExpr, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform

convertToPHPValue() 공개 메소드

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

convertToPHPValueSQL() 공개 메소드

public convertToPHPValueSQL ( $sqlExpr, $platform )

getName() 공개 메소드

public getName ( )

getSQLDeclaration() 공개 메소드

public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$fieldDeclaration array
$platform Doctrine\DBAL\Platforms\AbstractPlatform