Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
AbstractPlatform Class Reference

Public Member Functions

 quoteIdentifierInFragment ($identifier, array $safeWords=[])
 Quote identifier in fragment.
Parameters
string$identifier
array$additionalSafeWords
Returns
string

 
 quoteIdentifier ($identifier)
 Quote identifier.
Parameters
string$identifier
Returns
string

 
 quoteIdentifierChain ($identifierChain)
 Quote identifier chain.
Parameters
string|string[]$identifierChain
Returns
string

 
 getQuoteIdentifierSymbol ()
 Get quote identifier symbol.
Returns
string

 
 getQuoteValueSymbol ()
 Get quote value symbol.
Returns
string

 
 quoteValue ($value)
 Quote value.Will throw a notice when used in a workflow that can be considered "unsafe"
Parameters
string$value
Returns
string

 
 quoteTrustedValue ($value)
 Quote Trusted Value.The ability to quote values without notices
Parameters
$value
Returns
mixed

 
 quoteValueList ($valueList)
 Quote value list.
Parameters
string|string[]$valueList
Returns
string

 
 getIdentifierSeparator ()
 Get identifier separator.
Returns
string

 
- Public Member Functions inherited from PlatformInterface
 getName ()
 Get name.
 

Protected Attributes

 $quoteIdentifier = ['"', '"']
 
 $quoteIdentifierTo = '\''
 
 $quoteIdentifiers = true
 

Member Function Documentation

getIdentifierSeparator ( )

Get identifier separator.

Returns
string

Implements PlatformInterface.

getQuoteIdentifierSymbol ( )

Get quote identifier symbol.

Returns
string

Implements PlatformInterface.

getQuoteValueSymbol ( )

Get quote value symbol.

Returns
string

Implements PlatformInterface.

quoteIdentifier (   $identifier)

Quote identifier.

Parameters
string$identifier
Returns
string

Implements PlatformInterface.

quoteIdentifierChain (   $identifierChain)

Quote identifier chain.

Parameters
string|string[]$identifierChain
Returns
string

Implements PlatformInterface.

quoteIdentifierInFragment (   $identifier,
array  $safeWords = [] 
)

Quote identifier in fragment.

Parameters
string$identifier
array$additionalSafeWords
Returns
string

Implements PlatformInterface.

quoteTrustedValue (   $value)

Quote Trusted Value.The ability to quote values without notices

Parameters
$value
Returns
mixed

Implements PlatformInterface.

quoteValue (   $value)

Quote value.Will throw a notice when used in a workflow that can be considered "unsafe"

Parameters
string$value
Returns
string

Implements PlatformInterface.

quoteValueList (   $valueList)

Quote value list.

Parameters
string|string[]$valueList
Returns
string

Implements PlatformInterface.

Member Data Documentation

$quoteIdentifier = ['"', '"']
protected
$quoteIdentifiers = true
protected
$quoteIdentifierTo = '\''
protected