base\Application $db

$db public read-only property The database connection. public yii\db\Connection getDb ( )

web\CompositeUrlRule createRules()

createRules() protected abstract method Creates the URL rules that should be contained within this composite rule. protected abstract yii\web\UrlRuleInterface[] createRules ( )return yii\web\UrlRuleInterface[] The URL rules

widgets\Menu $submenuTemplate

$submenuTemplate public property The template used to render a list of sub-menus. In this template, the token {items} will be replaced with the rendered sub-menu items. public string $submenuTemplate = "\n<ul>\n{items}\n</ul>\n"

web\UrlRule createUrl()

createUrl() public method Creates a URL according to the given route and parameters. public string|boolean createUrl ( $manager, $route, $params )$manager yii\web\UrlManager The URL manager $route string The route. It should not have slashes at the beginning or the end. $params array The parameters return string|boolean The created URL, or false if this rule cannot be used for creating this URL.

db\ColumnSchema $allowNull

$allowNull public property Whether this column can be null. public boolean $allowNull = null

db\TableSchema $columnNames

$columnNames public read-only property List of column names public array getColumnNames ( )

mongodb\BatchQueryResult $db

$db public property The MongoDB connection to be used when performing batch query. If null, the "mongodb" application component will be used. public yii\mongodb\Connection $db = null

base\Application getSecurity()

getSecurity() public method Returns the security component. public yii\base\Security getSecurity ( )return yii\base\Security The security application component.

rbac\DbManager getChildren()

getChildren() public method Returns the child permissions and/or roles. public yii\rbac\Item[] getChildren ( $name )$name string The parent name return yii\rbac\Item[] The child permissions and/or roles

bootstrap\Tabs $renderTabContent

$renderTabContent public property (available since version 2.0.1) Whether to render the tab-content container and its content. You may set this property to be false so that you can manually render tab-content yourself in case your tab contents are complex. public boolean $renderTabContent = true