$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
$name public read-only property Method name. public string getName ( )
$statusCode public property The exit status code public integer $statusCode = null
$migrationCollection public property The name of the collection for keeping applied migration information. public string|array $migrationCollection = 'migration'
$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
$clientCollection public property Name of the auth client collection application component. It should point to yii\authclient\Collection instance. public string $clientCollection = 'authClientCollection'
getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.
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.
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 ( )
getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.
Page 25 of 633