App\Console\Commands\ThemeMake::makeThemeClass PHP Method

makeThemeClass() protected method

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);
    }