示例#1
0
 /**
  * @return \Claroline\CoreBundle\Entity\Role[]
  */
 public function getAllPlatformRoles()
 {
     return $this->roleRepo->findAllPlatformRoles();
 }
示例#2
0
 /**
  * @return \Claroline\CoreBundle\Entity\Role[]
  */
 public function getAllPlatformRoles($includeRoleUser = true)
 {
     return $this->roleRepo->findAllPlatformRoles($includeRoleUser);
 }