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

base\Theme $baseUrl

$baseUrl public property The base URL (without ending slash) for this theme. All resources of this theme are considered to be under this base URL. public string getBaseUrl ( )public void setBaseUrl ( $url )

base\Application $sourceLanguage

$sourceLanguage public property The language that the application is written in. This mainly refers to the language that the messages and view files are written in. See also $language. public string $sourceLanguage = 'en-US'

db\mssql\Schema findPrimaryKeys()

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