Esempio n. 1
0
 /**
  * Informs the converter at the end of a watched path
  *
  * @param string $path
  */
 protected function notify_path_end($path) {
     $this->converter->path_end_reached($path);
 }