public function install($file, $inplace = true)
 {
     parent::install($file, $inplace);
 }
 public function __construct()
 {
     parent::__construct();
     $this->targetDirectory = DIR_PACKAGES;
 }
Exemple #3
0
 public function install($file)
 {
     parent::install($file, true);
 }