Esempio n. 1
0
 /**
  * 
  * @param type $queueLines
  * @return type
  * @todo consider moving isLineLegitimate to here if possible
  */
 protected function pullLines($queueLines)
 {
     $lines = parent::pullLines($queueLines);
     if ($this->bulk) {
         // load all the subscribers in one call
         $this->loadSubscribers($lines);
     }
     return $lines;
 }