web\View $title

$title public property The page title public string $title = null

web\Response $headers

$headers public read-only property The header collection public yii\web\HeaderCollection getHeaders ( )

db\ColumnSchemaBuilder buildCommentString()

buildCommentString() protected method (available since version 2.0.8) Builds the comment specification for the column. protected string buildCommentString ( )return string A string containing the COMMENT keyword and the comment itself

gii\generators\model\Generator $name

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

gii\generators\module\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

db\Connection $serverStatusCache

$serverStatusCache public property The cache object or the ID of the cache application component that is used to store the health status of the DB servers specified in $masters and $slaves. This is used only when read/write splitting is enabled or $masters is not empty. public yii\caching\Cache|string $serverStatusCache = 'cache'

mongodb\Command insert()

insert() public method Inserts new document into collection. public \MongoDB\BSON\ObjectID|boolean insert ( $collectionName, $document, $options = [] )$collectionName string Collection name $document array Document content $options array List of options in format: optionName => optionValue. return \MongoDB\BSON\ObjectID|boolean Inserted record ID, false - on failure.

debug\models\search\Mail $charset

$charset public property Charset attribute input search value public string $charset = null

web\View endPage()

endPage() public method Marks the ending of an HTML page. public void endPage ( $ajaxMode = false )$ajaxMode boolean Whether the view is rendering in AJAX mode. If true, the JS scripts registered at POS_READY and POS_LOAD positions will be rendered at the end of the view like normal scripts.

mongodb\Migration createIndexes()

createIndexes() public method (available since version 2.1) Creates indexes in the collection. public void createIndexes ( $collection, $indexes )$collection string|array Name of the collection $indexes array Indexes specifications.