Exemplo n.º 1
0
 /**
  * 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);
 }