rbac\ManagerInterface remove()

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

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.