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

Please login to continue.