putContent() 공개 메소드

public putContent ( string $path, string $content )
$path string
$content string
예제 #1
0
 /**
  * Defined by ReportInterface.
  *
  * @see ReportInterface::finish()
  */
 public function finish()
 {
     $this->writer->endElement();
     $this->writer->endDocument();
     $this->fileSystem->putContent($this->filename, $this->writer->outputMemory());
 }