Consider this Prestashop 1.7 module M: class M extends Module { public function __construct() { $this->c = new NegoceClassesC($this); } } As you can see, I give its …
Consider this Prestashop 1.7 module M: class M extends Module { public function __construct() { $this->c = new NegoceClassesC($this); } } As you can see, I give its …