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

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

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