Example #1
0
 /**
  * {@inheritdoc}
  */
 public function updateId($oldId, $newId)
 {
     return $this->fs->tryMove($this->getPath($oldId), $this->getPath($newId));
 }