A simple table name should contain the table name only without any schema prefix.
If the table name is already quoted, this method will do nothing.
public quoteSimpleTableName ( string $name ) : string | ||
$name | string | table name |
return | string | the properly quoted table name |