yii\rbac\BaseManager::updateRule PHP 메소드

updateRule() 추상적인 보호된 메소드

Updates a rule to the RBAC system.
abstract protected updateRule ( string $name, Rule $rule ) : boolean
$name string the name of the rule being updated
$rule Rule the updated rule
리턴 boolean whether the rule is successfully updated
    protected abstract function updateRule($name, $rule);