App\Console\Commands\ThemeMake::makeThemeClass PHP 메소드

makeThemeClass() 보호된 메소드

makeThemeClass
protected makeThemeClass ( )
    protected function makeThemeClass()
    {
        $plugin = $this->attr('plugin');
        $themeFile = $this->attr('themeFile');
        $path = $plugin->getPath($themeFile);
        $code = $this->buildCode('theme/theme.stub');
        $this->files->put($path, $code);
    }