removeChildren() public method
Removed all children form their parent.
Note, the children items are not deleted. Only the parent-child relationships are removed.
| public boolean removeChildren ( $parent ) | ||
|---|---|---|
| $parent | yii\rbac\Item | |
| return | boolean |
Whether the removal is successful |
Please login to continue.