getPermissions() public method
Returns all permissions in the system.
public yii\rbac\Permission[] getPermissions ( ) | ||
---|---|---|
return | yii\rbac\Permission[] |
All permissions in the system. The array is indexed by the permission names. |
getPermissions() public method
Returns all permissions in the system.
public yii\rbac\Permission[] getPermissions ( ) | ||
---|---|---|
return | yii\rbac\Permission[] |
All permissions in the system. The array is indexed by the permission names. |
Please login to continue.