Jsor\Doctrine\PostGIS\Schema\SchemaManager::trimQuotes PHP Méthode

trimQuotes() protected méthode

Copied from Doctrine\DBAL\Schema\AbstractAsset::trimQuotes, check on updates!
protected trimQuotes ( $identifier )
    protected function trimQuotes($identifier)
    {
        return str_replace(array('`', '"', '[', ']'), '', $identifier);
    }