multi_currency = $multi_currency; $this->utils = $utils; $this->init(); } /** * Init the class. * * @return void */ abstract public function init(); }