sphinx\gii\model\Generator $ns

$ns public property public $ns = 'app\models'

sphinx\gii\model\Generator $name

$name public read-only property Name of the code generator public string getName ( )

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

sphinx\gii\model\Generator $indexName

$indexName public property public $indexName = null

sphinx\gii\model\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

sphinx\gii\model\Generator $db

$db public property public $db = 'sphinx'

sphinx\gii\model\Generator $baseClass

$baseClass public property public $baseClass = 'yii\sphinx\ActiveRecord'

sphinx\Connection getIndexSchema()

getIndexSchema() public method Obtains the schema information for the named index. public yii\sphinx\IndexSchema getIndexSchema ( $name, $refresh = false )$name string Index name. $refresh boolean Whether to reload the table schema even if it is found in the cache. return yii\sphinx\IndexSchema Index schema information. Null if the named index does not exist.

sphinx\Connection quoteIndexName()

quoteIndexName() public method Quotes a index name for use in a query. If the index name contains schema prefix, the prefix will also be properly quoted. If the index name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing. public string quoteIndexName ( $name )$name string Index name return string The properly quoted index name

sphinx\Connection quoteTableName()

quoteTableName() public method Alias of quoteIndexName(). public string quoteTableName ( $name )$name string Table name return string The properly quoted table name