bootstrap\Modal $size

$size public property The modal size. Can be SIZE_LARGE or SIZE_SMALL, or empty for default. public string $size = null

widgets\ContentDecorator $viewFile

$viewFile public property The view file that will be used to decorate the content enclosed by this widget. This can be specified as either the view file path or path alias. public string $viewFile = null

redis\Connection $hostname

$hostname public property The hostname or ip address to use for connecting to the redis server. Defaults to 'localhost'. If $unixSocket is specified, hostname and port will be ignored. public string $hostname = 'localhost'

bootstrap\Tabs run()

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

widgets\ActiveField $attribute

$attribute public property The model attribute that this field is associated with. public string $attribute = null

authclient\BaseOAuth getAccessToken()

getAccessToken() public method public yii\authclient\OAuthToken getAccessToken ( )return yii\authclient\OAuthToken Auth token instance.

debug\models\search\Profile $category

$category public property Method attribute input search value public string $category = null

base\ArrayAccessTrait offsetExists()

offsetExists() public method This method is required by the interface ArrayAccess. public boolean offsetExists ( $offset )$offset mixed The offset to check on

elasticsearch\DebugAction $panel

$panel public property public yii\elasticsearch\DebugPanel $panel = null

rest\ActiveController $updateScenario

$updateScenario public property The scenario used for updating a model. See also yii\base\Model::scenarios(). public string $updateScenario = \yii\base\Model::SCENARIO_DEFAULT