Example #1
0
 public function __construct($id_package_ws = null)
 {
     $id_package = $this->getPackageIdByPackageIdWs($id_package_ws);
     parent::__construct($id_package);
 }
Example #2
0
 public function __construct($id_dpdpoland_country = null)
 {
     parent::__construct($id_dpdpoland_country);
     $this->id_shop = (int) Context::getContext()->shop->id;
 }
Example #3
0
 public function __construct($id_dpdpoland_payer_number = null)
 {
     parent::__construct($id_dpdpoland_payer_number);
     $this->id_shop = (int) Context::getContext()->shop->id;
 }