db\ActiveQuery $on

$on public property The join condition to be used when this query is used in a relational context. The condition will be used in the ON part when yii\db\ActiveQuery::joinWith() is called. Otherwise, the condition will be used in the WHERE part of a query. Please refer to yii\db\Query::where() on how to specify this parameter. See also onCondition(). public string|array $on = null

gii\generators\extension\Generator $vendorName

$vendorName public property public $vendorName = null

mongodb\file\Download $chunkCursor

$chunkCursor public read-only property Chuck list cursor. public \MongoDB\Driver\Cursor getChunkCursor ( $refresh = false )

db\ActiveQuery innerJoinWith()

innerJoinWith() public method Inner joins with the specified relations. This is a shortcut method to joinWith() with the join type set as "INNER JOIN". Please refer to joinWith() for detailed usage of this method. See also joinWith(). public $this innerJoinWith ( $with, $eagerLoading = true )$with string|array The relations to be joined with. $eagerLoading boolean|array Whether to eager loading the relations. return $this The query object itself

base\Module EVENT_BEFORE_ACTION

EVENT_BEFORE_ACTION event of type yii\base\ActionEvent An event raised before executing a controller action. You may set yii\base\ActionEvent::$isValid to be false to cancel the action execution.

sphinx\gii\model\Generator $description

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

Authentication

Configuring yii\web\User Implementing yii\web\IdentityInterface Using yii\web\User Authentication Events Authentication is the process of verifying the identity of a user. It usually uses an identifier (e.g. a username or an email address) and a secret token (e.g. a password or an access token) to judge if the user is the one whom he claims as. Authentication is the basis of the login feature. Yii provides an authentication framework which wires up various components to support login. To use t

elasticsearch\Connection getQueryBuilder()

getQueryBuilder() public method Creates new query builder instance public yii\elasticsearch\QueryBuilder getQueryBuilder ( )

bootstrap\Carousel init()

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

bootstrap\BootstrapThemeAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'