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 |
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 |
Please login to continue.