예제 #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();
 }