Exemplo n.º 1
0
 protected function writeFooter(StringWriter $writer)
 {
     $writer->writeLine('}');
 }
Exemplo n.º 2
0
 protected function writeFooter()
 {
     $this->writer->writeLine('),');
     $this->writer->outdent();
     $this->writer->writeLine(');');
 }