Crunz\Console\Command\TaskGeneratorCommand::outputFile PHP 메소드

outputFile() 보호된 메소드

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