sphinx\ActiveQuery createCommand()

createCommand() public method Creates a DB command that can be used to execute this query. public yii\sphinx\Command createCommand ( $db = null )$db yii\sphinx\Connection The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used. return yii\sphinx\Command The created DB command instance.

web\MultiFieldSession composeFields()

composeFields() protected method Composes storage field set for session writing. protected array composeFields ( $id, $data )$id string Session id $data string Session data return array Storage fields

db\BaseActiveRecord getAttributeHint()

getAttributeHint() public method (available since version 2.0.4) Returns the text hint for the specified attribute. If the attribute looks like relatedModel.attribute, then the attribute will be received from the related model. See also attributeHints(). public string getAttributeHint ( $attribute )$attribute string The attribute name return string The attribute hint

sphinx\MatchBuilder buildMatch()

buildMatch() public method Create MATCH expression. public string buildMatch ( $match, &$params )$match string|array MATCH specification. $params array The expression parameters to be populated return string The MATCH expression

sphinx\ActiveRecord indexName()

indexName() public static method Declares the name of the Sphinx index associated with this AR class. By default this method returns the class name as the index name by calling yii\helpers\Inflector::camel2id(). For example, 'Article' becomes 'article', and 'StockItem' becomes 'stock_item'. You may override this method if the index is not named after this convention. public static string indexName ( )return string The index name

db\QueryBuilder dropCommentFromTable()

dropCommentFromTable() public method (available since version 2.0.8) Builds a SQL command for adding comment to table public string dropCommentFromTable ( $table )$table string The table whose column is to be commented. The table name will be properly quoted by the method. return string The SQL statement for adding comment on column

web\UrlRule hasNormalizer()

hasNormalizer() protected method (available since version 2.0.10) protected boolean hasNormalizer ( $manager )$manager yii\web\UrlManager The URL manager

mutex\OracleMutex $lockMode

$lockMode public property Lock mode to be used. See also http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_lock.htm#CHDBCFDI. public string $lockMode = self::MODE_X

sphinx\QueryBuilder buildFrom()

buildFrom() public method public string buildFrom ( $indexes, &$params )$indexes array $params array The binding parameters to be populated return string The FROM clause built from \yii\sphinx\query.

authclient\widgets\GooglePlusButton init()

init() public method Initializes the widget. public void init ( )