Ejemplo n.º 1
0
 /**
  * @return array
  */
 public function getAllPublicGroups($limit = null, $orderBy, $order)
 {
     return $this->repository->getAllPublicGroups($limit, $orderBy, $order);
 }