/**
  * @see	\wcf\system\worker\IWorker::getLoopCount()
  */
 public function setLoopCount($loopCount)
 {
     parent::setLoopCount($loopCount);
     $this->initObjectList();
 }