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.

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

mongodb\gii\model\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

base\Controller renderContent()

renderContent() public method (available since version 2.0.1) Renders a static string by applying a layout. public string renderContent ( $content )$content string The static string being rendered return string The rendering result of the layout with the given static string as the $content variable. If the layout is disabled, the string will be returned back.

elasticsearch\DebugPanel $db

$db public property public $db = 'elasticsearch'

captcha\CaptchaAction $verifyCode

$verifyCode public read-only property The verification code. public string getVerifyCode ( $regenerate = false )