sphinx\QueryBuilder __construct()

__construct() public method Constructor. public void __construct ( $connection, $config = [] )$connection yii\sphinx\Connection The Sphinx connection. $config array Name-value pairs that will be used to initialize the object properties

db\BaseActiveRecord EVENT_INIT

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

captcha\Captcha $options

$options public property The HTML attributes for the input tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'form-control']

caching\DummyCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the value is successfully stored

console\controllers\AssetController $deleteSource

$deleteSource public property (available since version 2.0.10) Whether to delete asset source files after compression. This option affects only those bundles, which have yii\web\AssetBundle::$sourcePath is set. public boolean $deleteSource = false

caching\FileCache $cachePath

$cachePath public property The directory to store cache files. You may use path alias here. If not set, it will use the "cache" subdirectory under the application runtime path. public string $cachePath = '@runtime/cache'

web\Application getResponse()

getResponse() public method Returns the response component. public yii\web\Response getResponse ( )return yii\web\Response The response component.

captcha\Captcha $template

$template public property The template for arranging the CAPTCHA image tag and the text input tag. In this template, the token {image} will be replaced with the actual image tag, while {input} will be replaced with the text input tag. public string $template = '{image} {input}'

grid\SerialColumn $header

$header public property The header cell content. Note that it will not be HTML-encoded. The header cell content. Note that it will not be HTML-encoded. public string $header = '#'

db\ActiveQuery $sql

$sql public property The SQL statement to be executed for retrieving AR records. This is set by yii\db\ActiveRecord::findBySql(). public string $sql = null