authclient\signature\PlainText generateSignature()

generateSignature() public method Generates OAuth request signature. public string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.

authclient\BaseOAuth refreshAccessToken()

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

authclient\widgets\AuthChoice $autoRender

$autoRender public property Indicates if widget content, should be rendered automatically. Note: this value automatically set to 'false' at the first call of createClientUrl() public boolean $autoRender = true

base\Model getAttributeLabel()

getAttributeLabel() public method Returns the text label for the specified attribute. See also: generateAttributeLabel() attributeLabels() public string getAttributeLabel ( $attribute )$attribute string The attribute name return string The attribute label

filters\AccessRule matchVerb()

matchVerb() protected method protected boolean matchVerb ( $verb )$verb string The request method. return boolean Whether the rule applies to the request

grid\DataColumn $format

$format public property In which format should the value of each data model be displayed as (e.g. "raw", "text", "html", ['date', 'php:Y-m-d']). Supported formats are determined by the formatter used by the yii\grid\GridView. Default format is "text" which will format the value as an HTML-encoded plain text when yii\i18n\Formatter is used as the formatter of the GridView. public string|array $format = 'text'

mongodb\file\Collection createDownload()

createDownload() public method (available since version 2.1) Creates download command. public yii\mongodb\file\Download createDownload ( $document )$document array|\MongoDB\BSON\ObjectID File document ot be downloaded. return yii\mongodb\file\Download File download instance.

mongodb\file\Download toStream()

toStream() public method Saves file into the given stream. public integer toStream ( $stream )$stream resource Stream, which file should be saved to. return integer Number of written bytes.

authclient\OAuth1 $accessTokenUrl

$accessTokenUrl public property OAuth access token URL. public string $accessTokenUrl = null

sphinx\ActiveQuery defaultConnection()

defaultConnection() protected method protected yii\sphinx\Connection defaultConnection ( )return yii\sphinx\Connection Default connection value.