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 )

mongodb\file\Collection insertFile()

insertFile() public method Creates new file in GridFS collection from given local filesystem file. Additional attributes can be added file document using $metadata. public mixed insertFile ( $filename, $metadata = [], $options = [] )$filename string Name of the file to store. $metadata array Other metadata fields to include in the file document. $options array List of options in format: optionName => optionValue return mixed The "_id" of the saved file document. This will be a g