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

outputFile() protected method

Populate the output filename
protected outputFile ( ) : string
return string
    protected function outputFile()
    {
        return preg_replace('/Tasks|\\.php$/', '', $this->arguments['taskfile']) . $this->config('suffix');
    }