Shopware\PluginCreator\Services\Generator::configureTemplate PHP 메소드

configureTemplate() 개인적인 메소드

setup the template
private configureTemplate ( )
    private function configureTemplate()
    {
        $this->template->assign('configuration', $this->configuration);
        $this->template->assign('names', $this->nameGenerator);
        $this->template->setTemplatePath(dirname(__DIR__) . '/' . self::TEMPLATE_DIRECTORY);
    }