Exemple #1
0
 /**
  * @param string $path
  */
 public function delete($path)
 {
     $this->_adapter->delete($path);
     foreach ($this->_secondaryList as $secondary) {
         $secondary->delete($path);
     }
 }