elasticsearch\DebugPanel $db

$db public property public $db = 'elasticsearch'

mongodb\Command query()

query() public method Executes this command as a mongo query public \MongoDB\Driver\Cursor query ( $collectionName, $options = [] )$collectionName string Collection name $options array Query options. return \MongoDB\Driver\Cursor Result cursor. throws yii\mongodb\Exception on failure

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

authclient\clients\GoogleOAuth initUserAttributes()

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

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'

authclient\clients\LinkedIn defaultReturnUrl()

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

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 )