Exemplo n.º 1
0
 /**
  * Responds to file move events so that we can rename applicable metadata paths
  *
  * @param   string  $old  The starting path name
  * @param   string  $new  The ending path name
  * @return  bool
  **/
 public function onFileMove($old, $new)
 {
     return Metadata::relocateByPath($old, $new);
 }