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

authclient\clients\LinkedIn defaultReturnUrl()

defaultReturnUrl() protected method Composes default $returnUrl value. protected string defaultReturnUrl ( )return string Return URL.

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'

widgets\ActiveField end()

end() public method Renders the closing tag of the field container. public string end ( )return string The rendering result.

web\CacheSession calculateKey()

calculateKey() protected method Generates a unique key used for storing session data in cache. protected mixed calculateKey ( $id )$id string Session variable name return mixed A safe cache key associated with the session variable name

authclient\clients\GoogleOAuth $apiBaseUrl

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

authclient\clients\GoogleOAuth initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

web\UrlRule $suffix

$suffix public property The URL suffix used for this rule. For example, ".html" can be used so that the URL looks like pointing to a static HTML page. If not, the value of yii\web\UrlManager::$suffix will be used. public string $suffix = null