grid\ActionColumn initDefaultButtons()

initDefaultButtons() protected method Initializes the default button rendering callbacks. protected void initDefaultButtons ( )

web\HeaderCollection $iterator

$iterator public read-only property An iterator for traversing the headers in the collection. public ArrayIterator getIterator ( )

grid\GridViewAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

console\controllers\AssetController $cssCompressor

$cssCompressor public property CSS file compressor. If a string, it is treated as shell command template, which should contain placeholders {from} - source file name - and {to} - output file name. Otherwise, it is treated as PHP callback, which should perform the compression. Default value relies on usage of "YUI Compressor" See also https://github.com/yui/yuicompressor/. public string|callable $cssCompressor = 'java -jar yuicompressor.jar --type css {from} -o {to}'

web\Session getCookieParams()

getCookieParams() public method See also http://php.net/manual/en/function.session-get-cookie-params.php. public array getCookieParams ( )return array The session cookie parameters.

web\UrlRuleInterface parseRequest()

parseRequest() public abstract method Parses the given request and returns the corresponding route and parameters. public abstract array|boolean parseRequest ( $manager, $request )$manager yii\web\UrlManager The URL manager $request yii\web\Request The request component return array|boolean The parsing result. The route and the parameters are returned as an array. If false, it means this rule cannot be used to parse this path info.

rbac\Item $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = null

mail\BaseMailer $messageClass

$messageClass public property The default class name of the new message instances created by createMessage() public string $messageClass = 'yii\mail\BaseMessage'

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'