getRoles() public method
Returns all roles in the system.
public yii\rbac\Role[] getRoles ( ) | ||
---|---|---|
return | yii\rbac\Role[] |
All roles in the system. The array is indexed by the role names. |
getRoles() public method
Returns all roles in the system.
public 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.