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
2016-10-30 17:10:14
Comments
Leave a Comment

Please login to continue.