log\SyslogTarget $identity

$identity public property Syslog identity public string $identity = null

authclient\OAuth1 $requestTokenMethod

$requestTokenMethod public property Request token HTTP method. public string $requestTokenMethod = 'GET'

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'

db\BaseActiveRecord EVENT_INIT

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

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

elasticsearch\ActiveRecord index()

index() public static method public static string index ( )return string The name of the index this record is stored in.

db\DataReader $isClosed

$isClosed public read-only property Whether the reader is closed or not. public boolean getIsClosed ( )