protected function writeFooter(StringWriter $writer)
 {
     $writer->writeLine('}');
 }
 protected function writeFooter()
 {
     $this->writer->writeLine('),');
     $this->writer->outdent();
     $this->writer->writeLine(');');
 }