console\Application $request

$request public read-only property The request component. public yii\console\Request getRequest ( )

console\Application $defaultRoute

$defaultRoute public property The default route of this application. Defaults to 'help', meaning the help command. public string $defaultRoute = 'help'

db\BaseActiveRecord EVENT_AFTER_INSERT

EVENT_AFTER_INSERT event of type yii\db\AfterSaveEvent An event that is triggered after a record is inserted.

web\Response getIsClientError()

getIsClientError() public method public boolean getIsClientError ( )return boolean Whether this response indicates a client error

validators\PunycodeAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/punycode'

gii\generators\model\Generator $queryClass

$queryClass public property public $queryClass = null

mongodb\file\Upload 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\mysql\QueryBuilder addCommentOnColumn()

addCommentOnColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string addCommentOnColumn ( $table, $column, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted

rbac\Item $ruleName

$ruleName public property Name of the rule associated with this item public string $ruleName = null

mongodb\rbac\MongoDbManager getRules()

getRules() public method Returns all rules available in the system. public yii\rbac\Rule[] getRules ( )return yii\rbac\Rule[] The rules indexed by the rule names