bootstrap\ToggleButtonGroup init()

init() public method Initializes the widget. This method will register the bootstrap asset bundle. If you override this method, make sure you call the parent implementation first. public void init ( )

elasticsearch\ActiveDataProvider $queryResults

$queryResults public property Full query results public array getQueryResults ( )public void setQueryResults ( $results )

gii\generators\model\Generator $queryBaseClass

$queryBaseClass public property public $queryBaseClass = 'yii\db\ActiveQuery'

swiftmailer\Logger clear()

clear() public method public void clear ( )

authclient\Weibo $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.weibo.com/oauth2/authorize'

db\Query orWhere()

orWhere() public method Adds an additional WHERE condition to the existing one. The new condition and the existing one will be joined using the 'OR' operator. See also: where() andWhere() public $this orWhere ( $condition, $params = [] )$condition string|array|yii\db\Expression The new WHERE condition. Please refer to where() on how to specify this parameter. $params array The parameters (name => value) to be bound to the query. return $this The query object itself

log\Logger $dispatcher

$dispatcher public property The message dispatcher public yii\log\Dispatcher $dispatcher = null

mongodb\Collection mapReduce()

mapReduce() public method Performs aggregation using MongoDB "map-reduce" mechanism. Note: this function will not return the aggregation result, instead it will write it inside the another Mongo collection specified by "out" parameter. For example: $customerCollection = Yii::$app->mongo->getCollection('customer'); $resultCollectionName = $customerCollection->mapReduce( 'function () {emit(this.status, this.amount)}', 'function (key, values) {return Array.sum(values)}', '

widgets\LinkPager getPageRange()

getPageRange() protected method protected array getPageRange ( )return array The begin and end pages that need to be displayed.

grid\GridView $captionOptions

$captionOptions public property The HTML attributes for the caption element. See also: yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. $caption public array $captionOptions = []