log\SyslogTarget $identity

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

web\User removeIdentityCookie()

removeIdentityCookie() protected method (available since version 2.0.9) Removes the identity cookie. This method is used when $enableAutoLogin is true. protected void removeIdentityCookie ( )

jui\Selectable run()

run() public method Renders the widget. public void run ( )

widgets\PjaxAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/yii2-pjax'

gii\generators\model\Generator $generateRelations

$generateRelations public property public $generateRelations = self::RELATIONS_ALL

db\Query where()

where() public method Sets the WHERE part of the query. The method requires a $condition parameter, and optionally a $params parameter specifying the values to be bound to the query. The $condition parameter should be either a string (e.g. 'id=1') or an array. The $condition specified as an array can be in one of the following two formats: hash format: ['column1' => value1, 'column2' => value2, ...] operator format: [operator, operand1, operand2, ...] A condition in hash format repr

elasticsearch\ElasticsearchTarget $cacheContext

$cacheContext public property If true, context message will cached once it's been created. Makes sense to use with $includeContext. public boolean $cacheContext = false

sphinx\Schema refresh()

refresh() public method Refreshes the schema. This method cleans up all cached index schemas so that they can be re-created later to reflect the Sphinx schema change. public void refresh ( )

test\InitDbFixture afterUnload()

afterUnload() public method This method is called AFTER all fixture data have been unloaded for the current test. public void afterUnload ( )

authclient\OpenId buildAuthUrlV2()

buildAuthUrlV2() protected method Builds authentication URL for the protocol version 2. protected string buildAuthUrlV2 ( $serverInfo )$serverInfo array OpenID server info. return string Authentication URL.