PHP Class Sulu\Bundle\SecurityBundle\Entity\RoleRepository

Inheritance: extends Sulu\Component\Persistence\Repository\ORM\EntityRepository, implements Sulu\Component\Security\Authentication\RoleRepositoryInterface
显示文件 Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
findAllRoles ( )
findRoleById ( $id )
findRoleByNameAndSystem ( $name, $system )
getRoleNames ( )

Method Details

findAllRoles() public method

public findAllRoles ( )

findRoleById() public method

public findRoleById ( $id )

findRoleByNameAndSystem() public method

public findRoleByNameAndSystem ( $name, $system )

getRoleNames() public method

public getRoleNames ( )