Crunz\Console\Command\TaskGeneratorCommand::outputFile PHP Méthode

outputFile() protected méthode

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