mongodb\file\Query $collection

$collection public read-only property Collection instance. public yii\mongodb\file\Collection getCollection ( $db = null )

mongodb\gii\model\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

gii\GiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/gii/assets'

gii\generators\form\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

caching\DummyCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the value is successfully stored into cache, false otherwise

gii\generators\model\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

helpers\BaseUrl toRoute()

toRoute() public static method Creates a URL for the given route. This method will use yii\web\UrlManager to create a URL. You may specify the route as a string, e.g., site/index. You may also use an array if you want to specify additional query parameters for the URL being created. The array format must be: // generates: /index.php?r=site/index&param1=value1&param2=value2 ['site/index', 'param1' => 'value1', 'param2' => 'value2'] If you want to create a URL with an anchor, y

mongodb\file\Collection remove()

remove() public method Removes data from the collection. public integer|boolean remove ( $condition = [], $options = [] )$condition array Description of records to remove. $options array List of options in format: optionName => optionValue. return integer|boolean Number of updated documents or whether operation was successful. throws yii\mongodb\Exception on failure.

mongodb\rbac\MongoDbManager $ruleCollection

$ruleCollection public property The name of the collection storing rules. Defaults to "auth_rule". public string|array $ruleCollection = 'auth_rule'

authclient\clients\GoogleOAuth defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.