コード例 #1
0
ファイル: RoleManager.php プロジェクト: ngydat/CoreBundle
 public function getAllUserRoles($executeQuery = true)
 {
     return $this->roleRepo->findAllUserRoles($executeQuery);
 }