hasChild() public method
Returns a value indicating whether the child already exists for the parent.
| public boolean hasChild ( $parent, $child ) | ||
|---|---|---|
| $parent | yii\rbac\Item | |
| $child | yii\rbac\Item | |
| return | boolean | 
 Whether   |  
hasChild() public method
Returns a value indicating whether the child already exists for the parent.
| public boolean hasChild ( $parent, $child ) | ||
|---|---|---|
| $parent | yii\rbac\Item | |
| $child | yii\rbac\Item | |
| return | boolean | 
 Whether   |  
Please login to continue.