web\Cookie $domain

$domain public property Domain of the cookie public string $domain = ''

rbac\Assignment $roleName

$roleName public property The role name public string $roleName = null

base\Controller $module

$module public property The module that this controller belongs to. public yii\base\Module $module = null

mongodb\Connection $manager

$manager public property (available since version 2.1) MongoDB driver manager. public \MongoDB\Driver\Manager $manager = null

web\Request $isDelete

$isDelete public read-only property Whether this is a DELETE request. public boolean getIsDelete ( )

db\pgsql\Schema getUniqueIndexInformation()

getUniqueIndexInformation() protected method Gets information about given table unique indexes. protected array getUniqueIndexInformation ( $table )$table yii\db\TableSchema The table metadata return array With index and column names

web\Request $queryParams

$queryParams public property The request GET parameter values. public array getQueryParams ( )public void setQueryParams ( $values )

gii\generators\model\Generator $classNames

$classNames protected property protected $classNames = null

db\oci\Schema extractColumnType()

extractColumnType() protected method Extracts the data types for the given column protected void extractColumnType ( $column, $dbType, $precision, $scale, $length )$column yii\db\ColumnSchema $dbType string DB type $precision string Total number of digits. This parameter is available since version 2.0.4. $scale string Number of digits on the right of the decimal separator. This parameter is available since version 2.0.4. $length string Length for character types. This parameter is

db\oci\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix. throws yii\base\NotSupportedExc