App\Console\Commands\SkinMake::makeSkinClass PHP Method

makeSkinClass() protected method

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