PHP Class DoctrineExtensions\Types\PolygonType

Inheritance: extends Type
Afficher le fichier Open project: beberlei/doctrineextensions

Méthodes publiques

Méthode Description
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 )

Method Details

canRequireSQLConversion() public méthode

convertToDatabaseValue() public méthode

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

convertToDatabaseValueSQL() public méthode

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

convertToPHPValue() public méthode

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

convertToPHPValueSQL() public méthode

public convertToPHPValueSQL ( $sqlExpr, $platform )

getName() public méthode

public getName ( )

getSQLDeclaration() public méthode

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