Beispiel #1
0
 /**
  * Dispatches the data chunk to the converter class
  *
  * @param array $data the chunk of parsed data
  */
 protected function dispatch_chunk($data) {
     $this->converter->process_chunk($data);
 }