debug\panels\AssetPanel $name

$name public read-only property Name of the panel public string getName ( )

debug\Module getYiiLogo()

getYiiLogo() public static method Returns the logo URL to be used in <img src=" public static string getYiiLogo ( )return string The logo URL

mongodb\Database clearCollections()

clearCollections() public method Clears internal collection lists. This method can be used to break cycle references between yii\mongodb\Database and yii\mongodb\Collection instances. public void clearCollections ( )

authclient\BaseOAuth defaultCurlOptions()

defaultCurlOptions() protected method Returns default cURL options. protected array defaultCurlOptions ( )return array CURL options.

db\pgsql\QueryBuilder $typeMap

$typeMap public property Mapping from abstract column types (keys) to physical column types (values). public array $typeMap = [\yii\db\pgsql\Schema::TYPE_PK => 'serial NOT NULL PRIMARY KEY', \yii\db\pgsql\Schema::TYPE_UPK => 'serial NOT NULL PRIMARY KEY', \yii\db\pgsql\Schema::TYPE_BIGPK => 'bigserial NOT NULL PRIMARY KEY', \yii\db\pgsql\Schema::TYPE_UBIGPK => 'bigserial NOT NULL PRIMARY KEY', \yii\db\pgsql\Schema::TYPE_CHAR => 'char(1)', \yii\db\pgsql\Schema::TYPE_STRING =&

mongodb\Connection getCollection()

getCollection() public method Returns the MongoDB collection with the given name. public yii\mongodb\Collection getCollection ( $name, $refresh = false )$name string|array Collection name. If string considered as the name of the collection inside the default database. If array - first element considered as the name of the database, second - as name of collection inside that database $refresh boolean Whether to reload the collection instance even if it is found in the cache. return y

console\controllers\AssetController $defaultAction

$defaultAction public property Controller default action ID. public string $defaultAction = 'compress'

mongodb\Connection EVENT_AFTER_OPEN

EVENT_AFTER_OPEN event of type \yii\mongodb\Event An event that is triggered after a DB connection is established

db\mysql\Schema findConstraints()

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

mongodb\ActiveFixture $collectionName

$collectionName public property The collection name that this fixture is about. If this property is not set, the collection name will be determined via $modelClass. See also yii\mongodb\Connection::getCollection(). public string|array $collectionName = null