示例#1
0
文件: lib.php 项目: ncsu-delta/moodle
 /**
  * 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);
 }