42 if ($relations->
count() < $limit)
51 foreach ($relations as $relation)
54 if ($rolePriority > $maxRolePriority)
56 $maxRole = $relation->getRole();
57 $maxRolePriority = $rolePriority;
58 $maxId = $relation->getId();
60 if ($relation->getId() > $maxId)
62 $maxId = $relation->getId();
66 if ($maxRole ===
null || $maxId ===
null)