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

authclient\AuthAction $clientCollection

$clientCollection public property Name of the auth client collection application component. It should point to yii\authclient\Collection instance. public string $clientCollection = 'authClientCollection'

authclient\OAuthToken getIsValid()

getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.

mongodb\rbac\MongoDbManager getItem()

getItem() protected method Returns the named auth item. protected yii\rbac\Item getItem ( $name )$name string The auth item name. return yii\rbac\Item The auth item corresponding to the specified name. Null is returned if no such item.

authclient\signature\HmacSha1 init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\signature\HmacSha1 getName()

getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.