nodes); if ($count <= 0) { throw new NoNodesAvailableException('Cannot select any node from load balancer.'); } $item = $this->nodes[self::$current % $count]; ++self::$current; return $item; } }