base\Component detachBehaviors()

detachBehaviors() public method Detaches all behaviors from the component. public void detachBehaviors ( )

rbac\DbManager removeAll()

removeAll() public method Removes all authorization data, including roles, permissions, rules, and assignments. public void removeAll ( )

web\SessionIterator next()

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

mongodb\Collection $fullName

$fullName public read-only property Full name of this collection, including database name. public string getFullName ( )

authclient\OAuth1 signRequest()

signRequest() protected method Sign request with $signatureMethod. protected array signRequest ( $method, $url, array $params )$method string Request method. $url string Request URL. $params array Request params. return array Signed request params.

authclient\widgets\GooglePlusButton $callback

$callback public property Callback JavaScript function name or URL config. public string getCallback ( )public void setCallback ( $callback )

web\User init()

init() public method Initializes the application component. public void init ( )

rest\IndexAction run()

run() public method public yii\data\ActiveDataProvider run ( )

authclient\BaseOAuth composeRequestCurlOptions()

composeRequestCurlOptions() protected abstract method Composes HTTP request CUrl options, which will be merged with the default ones. protected abstract array composeRequestCurlOptions ( $method, $url, array $params )$method string Request type. $url string Request URL. $params array Request params. return array CUrl options. throws yii\base\Exception on failure.

mongodb\file\Collection $prefix

$prefix public property Prefix of this file collection. public string getPrefix ( )public void setPrefix ( $prefix )