base\Controller $route

$route public read-only property The route (module ID, controller ID and action ID) of the current request. public string getRoute ( )

swiftmailer\Message $replyTo

$replyTo public property The reply-to address of this message. public string getReplyTo ( )public $this setReplyTo ( $replyTo )

mongodb\file\Collection find()

find() public method Returns a cursor for the search results. In order to perform "find" queries use yii\mongodb\file\Query class. public yii\mongodb\file\Cursor find ( $condition = [], $fields = [], $options = [] )$condition array Query condition $fields array Fields to be selected $options array Query options (available since 2.1). return yii\mongodb\file\Cursor Cursor for the search results

sphinx\Schema getQueryBuilder()

getQueryBuilder() public method public yii\sphinx\QueryBuilder getQueryBuilder ( )return yii\sphinx\QueryBuilder The query builder for this connection.

gii\generators\module\Generator getModulePath()

getModulePath() public method public boolean getModulePath ( )return boolean The directory that contains the module class

rbac\PhpManager getUserIdsByRole()

getUserIdsByRole() public method (available since version 2.0.7) Returns all user IDs assigned to the role specified. public array getUserIdsByRole ( $roleName )$roleName string return array Array of user ID strings

gii\Module bootstrap()

bootstrap() public method Bootstrap method to be called during application bootstrap stage. public void bootstrap ( $app )$app yii\base\Application The application currently running

authclient\OAuthToken $tokenParamKey

$tokenParamKey public property Key in $params array, which stores token key. public string $tokenParamKey = 'oauth_token'

authclient\OpenId setClaimedId()

setClaimedId() public method public void setClaimedId ( $claimedId )$claimedId string Claimed identifier (identity).

authclient\OpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = null