authclient\clients\GoogleOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://www.googleapis.com/plus/v1'

authclient\clients\LinkedIn $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://www.linkedin.com/uas/oauth2/accessToken'

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

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'

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 )

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

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

mongodb\file\Collection insertFile()

insertFile() public method Creates new file in GridFS collection from given local filesystem file. Additional attributes can be added file document using $metadata. public mixed insertFile ( $filename, $metadata = [], $options = [] )$filename string Name of the file to store. $metadata array Other metadata fields to include in the file document. $options array List of options in format: optionName => optionValue return mixed The "_id" of the saved file document. This will be a g

mongodb\file\Collection $prefix

$prefix public property Prefix of this file collection. public string getPrefix ( )public void setPrefix ( $prefix )