data\SqlDataProvider $db

$db public property The DB connection object or the application component ID of the DB connection. Starting from version 2.0.2, this can also be a configuration array for creating the object. public yii\db\Connection|array|string $db = 'db'

sphinx\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\sphinx\Event An event that is triggered when the query is initialized via init().

mail\BaseMessage __toString()

__toString() public method PHP magic method that returns the string representation of this object. public string __toString ( )return string The string representation of this object.

gii\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

mongodb\Connection $fileCollection

$fileCollection public read-only property Mongo GridFS collection instance. public yii\mongodb\file\Collection getFileCollection ( $prefix = 'fs', $refresh = false )

debug\models\search\Profile 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

caching\MemCacheServer $port

$port public property Memcache server port public integer $port = 11211

base\View $dynamicPlaceholders

$dynamicPlaceholders public property A list of placeholders for embedding dynamic contents. This property is used internally to implement the content caching feature. Do not modify it directly. public array $dynamicPlaceholders = []

gii\Generator $template

$template public property The name of the code template that the user has selected. The value of this property is internally managed by this class. public string $template = 'default'

db\Connection $attributes

$attributes public property PDO attributes (name => value) that should be set when calling open() to establish a DB connection. Please refer to the PHP manual for details about available attributes. public array $attributes = null