コード例 #1
0
ファイル: RoleManager.php プロジェクト: ngydat/CoreBundle
 /**
  * @return \Claroline\CoreBundle\Entity\Role[]
  */
 public function getAllRoles()
 {
     return $this->roleRepo->findAll();
 }