getRawIndexName() public method
Returns the actual name of a given index name.
This method will strip off curly brackets from the given index name and replace the percentage character '%' with yii\sphinx\Connection::indexPrefix.
| public string getRawIndexName ( $name ) | ||
|---|---|---|
| $name | string |
The index name to be converted |
| return | string |
The real name of the given index name |
Please login to continue.