示例#1
0
文件: lib.php 项目: ncsu-delta/moodle
 /**
  * Informs the converter at the start of a watched path
  *
  * @param string $path
  */
 protected function notify_path_start($path) {
     $this->converter->path_start_reached($path);
 }