Skip to content

Kirby 5.0.4

$sql->quoteIdentifier()

Quotes an identifier (table or column)

$sql->quoteIdentifier(string $identifier): string

Parameters

Name Type Default
$identifierrequired string no default value

Return type

string

This method modifies the existing $sql object it is applied to and returns it again.

Parent class

Kirby\Database\Sql