base\Application getRuntimePath()

getRuntimePath() public method Returns the directory that stores runtime files. public string getRuntimePath ( )return string The directory that stores runtime files. Defaults to the "runtime" subdirectory under $basePath.

authclient\OAuth2 refreshAccessToken()

refreshAccessToken() public method Gets new auth token to replace expired one. public yii\authclient\OAuthToken refreshAccessToken ( yii\authclient\OAuthToken $token )$token yii\authclient\OAuthToken Expired auth token. return yii\authclient\OAuthToken New auth token.

authclient\OAuthToken getExpireDurationParamKey()

getExpireDurationParamKey() public method public string getExpireDurationParamKey ( )return string Expire duration param key.

db\BatchQueryResult next()

next() public method Moves the internal pointer to the next dataset. This method is required by the interface Iterator. public void next ( )

authclient\clients\LinkedIn defaultReturnUrl()

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

authclient\widgets\AuthChoice $clientIdGetParamName

$clientIdGetParamName public property Name of the GET param , which should be used to passed auth client id to URL defined by $baseAuthUrl. public string $clientIdGetParamName = 'authclient'

jui\DatePicker $inline

$inline public property If true, shows the widget as an inline calendar and the input as a hidden field. public boolean $inline = false

authclient\widgets\AuthChoice setBaseAuthUrl()

setBaseAuthUrl() public method public void setBaseAuthUrl ( array $baseAuthUrl )$baseAuthUrl array Base auth URL configuration.

authclient\WeChat defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

authclient\BaseOAuth getCurlOptions()

getCurlOptions() public method public array getCurlOptions ( )return array CURL options.