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

captcha\CaptchaAction $backColor

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

db\ColumnSchema $autoIncrement

$autoIncrement public property Whether this column is auto-incremental public boolean $autoIncrement = false

web\Application $session

$session public read-only property The session component. public yii\web\Session getSession ( )

caching\MemCache $useMemcached

$useMemcached public property Whether to use memcached or memcache as the underlying caching extension. If true, memcached will be used. If false, memcache will be used. Defaults to false. public boolean $useMemcached = false

elasticsearch\Command $queryParts

$queryParts public property List of arrays or json strings that become parts of a query public array $queryParts = null

behaviors\BlameableBehavior init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

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 )

db\BaseActiveRecord getRelation()

getRelation() public method Returns the relation object with the specified name. A relation is defined by a getter method which returns an yii\db\ActiveQueryInterface object. It can be declared in either the Active Record class itself or one of its behaviors. public yii\db\ActiveQueryInterface|yii\db\ActiveQuery getRelation ( $name, $throwException = true )$name string The relation name, e.g. orders for a relation defined via getOrders() method (case-sensitive). $throwException boolean

gii\generators\extension\Generator optsType()

optsType() public method public array optsType ( )return array Options for type drop-down