getRoles() public abstract method
Returns all roles in the system.
| public abstract yii\rbac\Role[] getRoles ( ) | ||
|---|---|---|
| return | yii\rbac\Role[] |
All roles in the system. The array is indexed by the role names. |
getRoles() public abstract method
Returns all roles in the system.
| public abstract yii\rbac\Role[] getRoles ( ) | ||
|---|---|---|
| return | yii\rbac\Role[] |
All roles in the system. The array is indexed by the role names. |
Please login to continue.