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