getChildren() public abstract method
Returns the child permissions and/or roles.
| public abstract yii\rbac\Item[] getChildren ( $name ) | ||
|---|---|---|
| $name | string | 
 The parent name  |  
| return | yii\rbac\Item[] | 
 The child permissions and/or roles  |  
getChildren() public abstract method
Returns the child permissions and/or roles.
| public abstract yii\rbac\Item[] getChildren ( $name ) | ||
|---|---|---|
| $name | string | 
 The parent name  |  
| return | yii\rbac\Item[] | 
 The child permissions and/or roles  |  
Please login to continue.