MyBuilder\Cronos\Formatter\Job::appendStandardOutToFile PHP Метод

appendStandardOutToFile() публичный Метод

См. также: Output::appendStandardOutToFile
public appendStandardOutToFile ( string $filePath )
$filePath string
    public function appendStandardOutToFile($filePath)
    {
        $this->output->appendStandardOutToFile($filePath);
        return $this;
    }