Jsor\Doctrine\PostGIS\Types\RasterType::getMappedDatabaseTypes PHP Method

getMappedDatabaseTypes() public method

public getMappedDatabaseTypes ( Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform
    public function getMappedDatabaseTypes(AbstractPlatform $platform)
    {
        return array($this->getName());
    }