grid\ActionColumn $headerOptions

$headerOptions public property The HTML attributes for the header cell tag. The HTML attributes for the header cell tag. public array $headerOptions = ['class' => 'action-column']

authclient\Collection hasClient()

hasClient() public method Checks if client exists in the hub. public boolean hasClient ( $id )$id string Client id. return boolean Whether client exist.

sphinx\Query setConnection()

setConnection() public method public $this setConnection ( $connection )$connection yii\sphinx\Connection Sphinx connection instance return $this The query object itself

widgets\BaseListView $pager

$pager public property The configuration for the pager widget. By default, yii\widgets\LinkPager will be used to render the pager. You can use a different widget class by configuring the "class" element. Note that the widget must support the pagination property which will be populated with the pagination value of the $dataProvider. public array $pager = []

caching\WinCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value wil

elasticsearch\ActiveRecord $score

$score public read-only property Returns the score of this record when it was retrieved via a find() query. public float getScore ( )

base\Application $assetManager

$assetManager public read-only property The asset manager application component. public yii\web\AssetManager getAssetManager ( )

gii\generators\form\Generator validateViewPath()

validateViewPath() public method Validates $viewPath to make sure it is a valid path or path alias and exists. public void validateViewPath ( )

rbac\ManagerInterface getRolesByUser()

getRolesByUser() public abstract method Returns the roles that are assigned to the user via assign(). Note that child roles that are not assigned directly to the user will not be returned. public abstract yii\rbac\Role[] getRolesByUser ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Role[] All roles directly assigned to the user. The array is indexed by the role names.

bootstrap\Nav renderDropdown()

renderDropdown() protected method (available since version 2.0.1) Renders the given items as a dropdown. This method is called to create sub-menus. protected string renderDropdown ( $items, $parentItem )$items array The given items. Please refer to yii\bootstrap\Dropdown::$items for the array structure. $parentItem array The parent item information. Please refer to $items for the structure of this array. return string The rendering result.