Пример #1
0
 /**
  * @return \Claroline\CoreBundle\Entity\Role[]
  */
 public function getAllRoles()
 {
     return $this->roleRepo->findAll();
 }