remove() public abstract method
Removes a role, permission or rule from the RBAC system.
| public abstract 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.