Newscoop\NewscoopBundle\ORM\PointType::getSQLDeclaration PHP Метод

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.
    public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
    {
        return 'POINT';
    }