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

widgets\Menu $hideEmptyItems

$hideEmptyItems public property Whether to hide empty menu items. An empty menu item is one whose url option is not set and which has no visible child menu items. public boolean $hideEmptyItems = true

web\User $identityClass

$identityClass public property The class name of the $identity object. public string $identityClass = null

helpers\BaseHtml activeRadio()

activeRadio() public static method Generates a radio button tag together with a label for the given model attribute. This method will generate the "checked" tag attribute according to the model attribute value. public static string activeRadio ( $model, $attribute, $options = [] )$model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $options array The tag options in terms of name-va

grid\Column renderHeaderCellContent()

renderHeaderCellContent() protected method Renders the header cell content. The default implementation simply renders $header. This method may be overridden to customize the rendering of the header cell. protected string renderHeaderCellContent ( )return string The rendering result

grid\Column $headerOptions

$headerOptions public property The HTML attributes for the header cell tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerOptions = []

mongodb\log\MongoDbTarget $logCollection

$logCollection public property The name of the MongoDB collection that stores the session data. Please refer to yii\mongodb\Connection::getCollection() on how to specify this parameter. This collection is better to be pre-created with fields 'id' and 'expire' indexed. public string|array $logCollection = 'log'

web\CookieCollection has()

has() public method Returns whether there is a cookie with the specified name. Note that if a cookie is marked for deletion from browser, this method will return false. See also remove(). public boolean has ( $name )$name string The cookie name return boolean Whether the named cookie exists

web\SessionIterator key()

key() public method Returns the key of the current array element. This method is required by the interface Iterator. public mixed key ( )return mixed The key of the current array element

widgets\MaskedInput $clientOptions

$clientOptions public property The JQuery plugin options for the input mask plugin. See also https://github.com/RobinHerbots/jquery.inputmask. public array $clientOptions = []