base\Theme setBasePath()

setBasePath() public method See also $pathMap. public void setBasePath ( $path )$path string The root path or path alias of this theme. All resources of this theme are located under this directory.

jui\Sortable run()

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

mongodb\ActiveQuery EVENT_INIT

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

elasticsearch\ElasticsearchTarget $index

$index public property Elasticsearch index name. public string $index = 'yii'

gii\controllers\DefaultController $module

$module public property public yii\gii\Module $module = null

elasticsearch\ActiveDataProvider $aggregations

$aggregations public read-only property All aggregations results public array getAggregations ( )

web\HeaderCollection removeAll()

removeAll() public method Removes all headers. public void removeAll ( )

db\mssql\Schema findForeignKeys()

findForeignKeys() protected method Collects the foreign key column details for the given table. protected void findForeignKeys ( $table )$table yii\db\mssql\TableSchema The table metadata

db\DataReader $fetchMode

$fetchMode public write-only property Fetch mode public void setFetchMode ( $mode )

db\pgsql\Schema findSchemaNames()

findSchemaNames() protected method (available since version 2.0.4) Returns all schema names in the database, including the default one but not system schemas. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findSchemaNames ( )return array All schema names in the database, except system schemas