yii\rbac\BaseManager::removeRule PHP Méthode

removeRule() abstract protected méthode

Removes a rule from the RBAC system.
abstract protected removeRule ( Rule $rule ) : boolean
$rule Rule the rule to remove
Résultat boolean whether the rule is successfully removed
    protected abstract function removeRule($rule);