gii\generators\model\Generator $tableName

$tableName public property public $tableName = null

gii\generators\model\Generator $useSchemaName

$useSchemaName public property public $useSchemaName = true

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 ( )

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 ( )

gii\generators\form\Generator $scenarioName

$scenarioName public property public $scenarioName = null

authclient\Weibo $authUrl

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

elasticsearch\Query $filter

$filter public property The filter part of this search query. This is an array or json string that follows the format of the elasticsearch Query DSL. public array|string $filter = null

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