$sqlite->unquoteIdentifier()
Unquotes an identifier (table or column)
$sqlite->unquoteIdentifier(string $identifier): string
Parameters
| Name | Type | Default |
|---|---|---|
| $identifierrequired | string |
no default value |
Return type
string
This method modifies the existing $sqlite object it is applied to and returns it again.
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql