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.

base\Component trigger()

trigger() public method Triggers an event. This method represents the happening of an event. It invokes all attached handlers for the event including class-level handlers. public void trigger ( $name, yii\base\Event $event = null )$name string The event name $event yii\base\Event The event parameter. If not set, a default yii\base\Event object will be created.

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

base\Security validateData()

validateData() public method Validates if the given data is tampered. See also hashData(). public string validateData ( $data, $key, $rawHash = false )$data string The data to be validated. The data must be previously generated by hashData(). $key string The secret key that was previously used to generate the hash for the data in hashData(). function to see the supported hashing algorithms on your system. This must be the same as the value passed to hashData() when generating the hash

rest\UpdateAction $scenario

$scenario public property The scenario to be assigned to the model before it is validated and updated. public string $scenario = \yii\base\Model::SCENARIO_DEFAULT

authclient\signature\PlainText $name

$name public read-only property Method name. public string getName ( )

base\ExitException $statusCode

$statusCode public property The exit status code public integer $statusCode = null

mongodb\console\controllers\MigrateController $migrationCollection

$migrationCollection public property The name of the collection for keeping applied migration information. public string|array $migrationCollection = 'migration'

web\Response $content

$content public property The response content. When $data is not null, it will be converted into $content according to $format when the response is being sent out. See also $data. public string $content = null