PlatformHelper

FinalYes
Internal

not part of public core API.

Table of Contents

Methods

getIdentifierQuoteCharacter()  : string
Doctrine DBAL 4 removed the `getIdentifierQuoteCharacter()` method from the platform classes and suggest to use `Platform::quoteIdentifier()` instead. As this invoke the need to provide a fake identifier and extract the character, this helper method is used throughout the core.

Methods

getIdentifierQuoteCharacter()

Doctrine DBAL 4 removed the `getIdentifierQuoteCharacter()` method from the platform classes and suggest to use `Platform::quoteIdentifier()` instead. As this invoke the need to provide a fake identifier and extract the character, this helper method is used throughout the core.

public getIdentifierQuoteCharacter(AbstractPlatform $platform) : string
Parameters
$platform : AbstractPlatform
Internal

Used in capsuled code and should not be needed to called by extension code. Not part of public API.

Tags
see
https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-removed-abstractplatform-methods-exposing-quote-characters
see
https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractplatform-methods-exposing-quote-characters
Return values
string

        
On this page

Search results