console\Application $response

$response public read-only property The response component. public yii\console\Response getResponse ( )

data\Sort hasAttribute()

hasAttribute() public method Returns a value indicating whether the sort definition supports sorting by the named attribute. public boolean hasAttribute ( $name )$name string The attribute name return boolean Whether the sort definition supports sorting by the named attribute.

bootstrap\Button init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

sphinx\gii\model\Generator $name

$name public read-only property Name of the code generator public string getName ( )

bootstrap\ActiveForm init()

init() public method Initializes the widget. This renders the form open tag. public void init ( )

debug\panels\DbPanel $types

$types public read-only property public array getTypes ( )

debug\controllers\DefaultController getManifest()

getManifest() protected method protected void getManifest ( $forceReload = false )$forceReload

debug\controllers\DefaultController $layout

$layout public property The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout value. If false, no layout will be applied. The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout val

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

rbac\Item $ruleName

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