rbac\ManagerInterface hasChild()

hasChild() public abstract method

Returns a value indicating whether the child already exists for the parent.

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

Whether $child is already a child of $parent

doc_Yii
2016-10-30 17:10:14
Comments
Leave a Comment

Please login to continue.