예제 #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);
 }