plugin_slug = $plugin_slug; $this->form_template = $form_template; $this->form_options = $form_options; $this->form_values = $form_values; (new AssetsPrinterService($this->plugin_slug))->hooks(); (new TemplateGeneratorService($this->plugin_slug, $this->form_template, $this->form_options, $this->form_values))->hooks(); } }