$sqlite->unquoteIdentifier()
Unquotes an identifier (table or column)
$sqlite->unquoteIdentifier(string $identifier): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $identifier * | string | – | string | 
Return type
string
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql