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