widgets\BaseListView run()

run() public method Runs the widget. public void run ( )

base\Controller setView()

setView() public method Sets the view object to be used by this controller. public void setView ( $view )$view yii\base\View|yii\web\View The view object that can be used to render views or view files.

db\ColumnSchemaBuilder $isFirst

$isFirst protected property (available since version 2.0.8) Whether this column is to be inserted at the beginning of the table. protected boolean $isFirst = null

redis\Cache setValues()

setValues() protected method Stores multiple key-value pairs in cache. The default implementation calls setValue() multiple times store values one by one. If the underlying cache storage supports multi-set, this method should be overridden to exploit that feature. protected array setValues ( $data, $expire )$data array Array where key corresponds to cache key while value is the value stored $expire return array Array of failed keys

grid\GridView $filterRowOptions

$filterRowOptions public property The HTML attributes for the filter row element. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $filterRowOptions = ['class' => 'filters']

validators\InlineValidator $method

$method public property An anonymous function or the name of a model class method that will be called to perform the actual validation. The signature of the method should be like the following, where $attribute is the name of the attribute to be validated, and $params contains the value of $params that you specify when declaring the inline validation rule: function foo($attribute, $params) public string|Closure $method = null

web\View setAssetManager()

setAssetManager() public method Sets the asset manager. public void setAssetManager ( $value )$value yii\web\AssetManager The asset manager

db\QueryTrait 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 )$condition string|array The new WHERE condition. Please refer to where() on how to specify this parameter. return $this The query object itself

authclient\clients\GoogleOpenId defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

db\QueryBuilder hasOffset()

hasOffset() protected method Checks to see if the given offset is effective. protected boolean hasOffset ( $offset )$offset mixed The given offset return boolean Whether the offset is effective