sphinx\QueryBuilder buildSelect()

buildSelect() public method public string buildSelect ( $columns, &$params, $distinct = false, $selectOption = null )$columns array $params array The binding parameters to be populated $distinct boolean $selectOption string return string The SELECT clause built from \yii\sphinx\query.

debug\Panel $tag

$tag public property Request data set identifier. public string $tag = null

sphinx\QueryBuilder buildWithin()

buildWithin() public method public string buildWithin ( $columns )$columns array return string The ORDER BY clause built from \yii\sphinx\query.

rbac\Item $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = null

gii\generators\module\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

web\XmlResponseFormatter format()

format() public method Formats the specified response. public void format ( $response )$response yii\web\Response The response to be formatted.

mongodb\Migration batchInsert()

batchInsert() public method Inserts several new rows into collection. public array batchInsert ( $collection, $rows, $options = [] )$collection array|string Collection name. $rows array Array of arrays or objects to be inserted. $options array List of options in format: optionName => optionValue. return array Inserted data, each row will have "_id" key assigned to it.

console\controllers\MigrateController createMigrationHistoryTable()

createMigrationHistoryTable() protected method Creates the migration history table. protected void createMigrationHistoryTable ( )

mongodb\Collection insert()

insert() public method Inserts new data into collection. public \MongoDB\BSON\ObjectID insert ( $data, $options = [] )$data array|object Data to be inserted. $options array List of options in format: optionName => optionValue. return \MongoDB\BSON\ObjectID New record ID instance. throws yii\mongodb\Exception on failure.

web\User afterLogin()

afterLogin() protected method This method is called after the user is successfully logged in. The default implementation will trigger the EVENT_AFTER_LOGIN event. If you override this method, make sure you call the parent implementation so that the event is triggered. protected void afterLogin ( $identity, $cookieBased, $duration )$identity yii\web\IdentityInterface The user identity information $cookieBased boolean Whether the login is cookie-based $duration integer Number of second