Méthode | Description | |
---|---|---|
findAllRoles ( ) : array | Searches for all roles. | |
findRoleById ( integer $id ) : Sulu\Component\Security\Authentication\RoleInterface | Finds a role with a specific id. | |
getRoleNames ( ) : array | Return an array containing the names of all the roles. |
public findAllRoles ( ) : array | ||
Résultat | array |
public findRoleById ( integer $id ) : Sulu\Component\Security\Authentication\RoleInterface | ||
$id | integer | id of the role |
Résultat | Sulu\Component\Security\Authentication\RoleInterface |
public getRoleNames ( ) : array | ||
Résultat | array |