Lines Matching defs:callWriter
20 protected $callWriter;
44 $this->callWriter = new CallWriter($this);
57 $this->callWriter->writeCall($call);
67 return $this->callWriter;
73 * @param CallWriterInterface $callWriter
75 public function setCallWriter($callWriter)
77 $this->callWriter = $callWriter;
122 $this->callWriter->writeCall($call);
135 $this->callWriter->finalise();
509 $this->callWriter = new Nest($this->callWriter, 'footnote_close');
523 $reWriter = $this->callWriter;
524 $this->callWriter = $reWriter->process();
543 $this->callWriter = new Lists($this->callWriter);
549 $reWriter = $this->callWriter;
550 $this->callWriter = $reWriter->process();
586 $this->callWriter = new Preformatted($this->callWriter);
592 $reWriter = $this->callWriter;
593 $this->callWriter = $reWriter->process();
617 $this->callWriter = new Quote($this->callWriter);
624 $reWriter = $this->callWriter;
625 $this->callWriter = $reWriter->process();
1017 $this->callWriter = new Table($this->callWriter);
1030 $reWriter = $this->callWriter;
1031 $this->callWriter = $reWriter->process();