elasticsearch\BatchQueryResult $query

$query public property The query object associated with this batch query. Do not modify this property directly unless after reset() is called explicitly. public yii\elasticsearch\Query $query = null

db\Connection createPdoInstance()

createPdoInstance() protected method Creates the PDO instance. This method is called by open() to establish a DB connection. The default implementation will create a PHP PDO instance. You may override this method if the default PDO needs to be adapted for certain DBMS. protected PDO createPdoInstance ( )return PDO The pdo instance

faker\FixtureController addProviders()

addProviders() public method Adds users providers to the faker generator. public void addProviders ( )

twig\ViewRenderer $options

$options public property Twig options. See also http://twig.sensiolabs.org/doc/api.html#environment-options. public array $options = []

web\ErrorHandler $maxTraceSourceLines

$maxTraceSourceLines public property Maximum number of trace source code lines to be displayed. Defaults to 13. public integer $maxTraceSourceLines = 13

web\Request $hostName

$hostName public read-only property Hostname part of the request URL (e.g. www.yiiframework.com) public string|null getHostName ( )

gii\GiiAsset $js

$js public property public $js = ['gii.js']

web\View EVENT_END_BODY

EVENT_END_BODY event of type \yii\web\Event An event that is triggered by endBody().

gii\console\GenerateController formatHint()

formatHint() protected method protected void formatHint ( $hint )$hint

mongodb\i18n\MongoDbMessageSource $collection

$collection public property The name of the MongoDB collection, which stores translated messages. This collection is better to be pre-created with fields 'category' and 'language' indexed. public string|array $collection = 'message'