コード例 #1
0
 public function run()
 {
     $this->target->create();
     // wenn existierend ist egal
     $this->target->wipe();
     // löscht alles daraus
 }
コード例 #2
0
ファイル: Phar.php プロジェクト: pscheit/psc-cms
 protected function cleanUp()
 {
     $this->tempSrc->wipe()->delete();
 }