コード例 #1
0
ファイル: FileSource.php プロジェクト: eserozvataf/scabbia1
 /**
  * @ignore
  */
 public function storageRemove($uKey)
 {
     // path
     $tPath = Io::translatePath($this->path . $uKey, true);
     Io::destroy($tPath);
 }