grid\GridViewAsset $js

$js public property public $js = ['yii.gridView.js']

authclient\widgets\AuthChoiceAsset $js

$js public property public $js = ['authchoice.js']

db\Connection $slave

$slave public read-only property The currently active slave connection. Null is returned if there is slave available and $fallbackToMaster is false. public yii\db\Connection getSlave ( $fallbackToMaster = true )

captcha\CaptchaAction $backColor

$backColor public property The background color. For example, 0x55FF00. Defaults to 0xFFFFFF, meaning white color. public integer $backColor = 16777215

helpers\BaseHtml activeDropDownList()

activeDropDownList() public static method Generates a drop-down list for the given model attribute. The selection of the drop-down list is taken from the value of the model attribute. public static string activeDropDownList ( $model, $attribute, $items, $options = [] )$model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $items array The option data items. The array keys are option

web\ErrorHandler $callStackItemView

$callStackItemView public property The path of the view file for rendering exceptions and errors call stack element. public string $callStackItemView = '@yii/views/errorHandler/callStackItem.php'

widgets\MaskedInput hashPluginOptions()

hashPluginOptions() protected method Generates a hashed variable to store the plugin clientOptions. Helps in reusing the variable for similar options passed for other widgets on the same page. The following special data attribute will also be added to the input field to allow accessing the client options via javascript: 'data-plugin-inputmask' will store the hashed variable storing the plugin options. protected void hashPluginOptions ( $view )$view yii\web\View The view instance

gii\generators\controller\Generator $controllerClass

$controllerClass public property The controller class name public string $controllerClass = null

elasticsearch\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\elasticsearch\Event An event that is triggered when the query is initialized via init().

authclient\Weibo $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.weibo.com'