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

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

base\Application getSecurity()

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

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

web\Link $templated

$templated public property A value indicating whether $href refers to a URI or URI template. public boolean $templated = false

validators\ImageValidator $maxHeight

$maxHeight public property The maximum width in pixels. Defaults to null, meaning no limit. See also $overWidth for the customized message used when image height is too big. public integer $maxHeight = null

web\Response getStatusCode()

getStatusCode() public method public integer getStatusCode ( )return integer The HTTP status code to send with the response.

web\Response getIsServerError()

getIsServerError() public method public boolean getIsServerError ( )return boolean Whether this response indicates a server error

web\UrlRule $mode

$mode public property A value indicating if this rule should be used for both request parsing and URL creation, parsing only, or creation only. If not set or 0, it means the rule is both request parsing and URL creation. If it is PARSING_ONLY, the rule is for request parsing only. If it is CREATION_ONLY, the rule is for URL creation only. public integer $mode = null

db\TableSchema $columnNames

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