sphinx\Schema getRawIndexName()

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

doc_Yii
2016-10-30 17:12:42
Comments
Leave a Comment

Please login to continue.