Example #1
0
 /**
  * @ignore
  */
 public function storageGarbageCollect()
 {
     if ($this->storageTtl > 0) {
         // path
         $tPath = Io::translatePath($this->path, true);
         Io::garbageCollect($tPath, $this->storageTtl);
     }
 }