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

behaviors\TimestampBehavior $value

$value public property The value that will be assigned to the current attributes. This can be an anonymous function, callable in array format (e.g. [$this, 'methodName']), an \yii\behaviors\Expression object representing a DB expression (e.g. new Expression('NOW()')), scalar, string or an arbitrary value. If the former, the return value of the function will be assigned to the attributes. The signature of the function should be as follows, function ($event) { // return value will be assi

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

captcha\CaptchaAction $width

$width public property The width of the generated CAPTCHA image. Defaults to 120. public integer $width = 120

debug\Module setDebugHeaders()

setDebugHeaders() public method (available since version 2.0.7) Setting headers to transfer debug data in AJAX requests without interfering with the request itself. public void setDebugHeaders ( $event )$event yii\base\Event

db\ActiveQuery $on

$on public property The join condition to be used when this query is used in a relational context. The condition will be used in the ON part when yii\db\ActiveQuery::joinWith() is called. Otherwise, the condition will be used in the WHERE part of a query. Please refer to yii\db\Query::where() on how to specify this parameter. See also onCondition(). public string|array $on = null

gii\generators\extension\Generator $vendorName

$vendorName public property public $vendorName = null