HippoPHP\Hippo\Reporters\CheckstyleReporter::finish PHP Метод

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

Defined by ReportInterface.
См. также: ReportInterface::finish()
public finish ( )
    public function finish()
    {
        $this->writer->endElement();
        $this->writer->endDocument();
        $this->fileSystem->putContent($this->filename, $this->writer->outputMemory());
    }