behaviors\BlameableBehavior $updatedByAttribute

$updatedByAttribute public property The attribute that will receive current user ID value Set this property to false if you do not want to record the updater ID. public string $updatedByAttribute = 'updated_by'

bootstrap\Carousel run()

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

db\mysql\Schema createQueryBuilder()

createQueryBuilder() public method Creates a query builder for the MySQL database. public yii\db\mysql\QueryBuilder createQueryBuilder ( )return yii\db\mysql\QueryBuilder Query builder instance

rbac\PhpManager init()

init() public method Initializes the application component. This method overrides parent implementation by loading the authorization data from PHP script. public void init ( )

mongodb\Collection listIndexes()

listIndexes() public method (available since version 2.1) Returns the list of defined indexes. public array listIndexes ( $options = [] )$options array List of options in format: optionName => optionValue. return array List of indexes info.

mongodb\Database $name

$name public property Name of this database. public string $name = null

console\Controller getActionMethodReflection()

getActionMethodReflection() protected method protected ReflectionMethod getActionMethodReflection ( $action )$action yii\base\Action

mongodb\validators\MongoDateValidator $mongoDateAttribute

$mongoDateAttribute public property The name of the attribute to receive the parsing result as \MongoDate instance. When this property is not null and the validation is successful, the named attribute will receive the parsing result as \MongoDate instance. This can be the same attribute as the one being validated. If this is the case, the original value will be overwritten with the value after successful validation. public string $mongoDateAttribute = null

db\ColumnSchema $unsigned

$unsigned public property Whether this column is unsigned. This is only meaningful when $type is smallint, integer or bigint. public boolean $unsigned = null

base\Security $cipher

$cipher public property The cipher to use for encryption and decryption. public string $cipher = 'AES-128-CBC'