Example #1
0
 public function install($install)
 {
     $tmp = $install->getTmpPackage();
     $fileList = PwApplicationHelper::readRecursive($tmp);
     if (1 > count($fileList)) {
         return true;
     }
     $this->fileList = $fileList;
     return true;
 }