remove() public method
Removes a role, permission or rule from the RBAC system.
| public boolean remove ( $object ) | ||
|---|---|---|
| $object | yii\rbac\Role|yii\rbac\Permission|yii\rbac\Rule | |
| return | boolean |
Whether the role, permission or rule is successfully removed |
remove() public method
Removes a role, permission or rule from the RBAC system.
| public boolean remove ( $object ) | ||
|---|---|---|
| $object | yii\rbac\Role|yii\rbac\Permission|yii\rbac\Rule | |
| return | boolean |
Whether the role, permission or rule is successfully removed |
Please login to continue.