rbac\ManagerInterface removeChild()

removeChild() public abstract method

Removes a child from its parent.

Note, the child item is not deleted. Only the parent-child relationship is removed.

public abstract boolean removeChild ( $parent, $child )
$parent yii\rbac\Item
$child yii\rbac\Item
return boolean

Whether the removal is successful

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

Please login to continue.