Crunz\Console\Command\TaskGeneratorCommand::save PHP Method

save() protected method

Save the generate task skeleton into a file
protected save ( ) : boolean
return boolean
    protected function save()
    {
        return file_put_contents($this->outputPath() . '/' . $this->outputFile(), $this->stub);
    }