Class rex_user_role

Class for user roles.

rex_user_role implements rex_user_role_interface
Package: redaxo\users
Author: gharlan
Located at redaxo/src/addons/users/lib/role.php

Methods summary

public
# hasPerm( string $perm )

Returns if the role has the given permission.

public rex_complex_perm
# getComplexPerm( rex_user $user, string $key )

Returns the complex perm.

public static static
# get( string $ids )

Returns the role for the given ID.

public static