Example #1
0
 /**
  * {@inheritDoc}
  */
 public function reorderNodes($absPath, $reorders)
 {
     parent::reorderNodes($absPath, $reorders);
     if (isset($this->caches['nodes'])) {
         $this->caches['nodes']->deleteAll();
     }
 }