Esempio n. 1
0
 /**
  * Flush the whole storage
  *
  * @return bool
  */
 public function flush()
 {
     return FileUtils::rmdir($this->root);
 }