Searched refs:callWriter (Results 1 – 8 of 8) sorted by relevance
11 protected $callWriter; variable in dokuwiki\\Parsing\\Handler\\AbstractRewriter17 public function __construct(CallWriterInterface $callWriter) argument19 $this->callWriter = $callWriter;37 return $this->callWriter;52 $this->callWriter->finalise();53 unset($this->callWriter);
32 $this->callWriter->writeCall(['preformatted', [$this->text], $this->pos]);35 $this->callWriter->writeCall(['eol', [], $this->pos]);36 $this->callWriter->writeCall(['eol', [], $this->pos]);41 return $this->callWriter;
19 * @param CallWriterInterface $callWriter the original callwriter21 public function __construct(CallWriterInterface $callWriter); argument
56 $this->callWriter->writeCall(["nest", [$this->calls], $first_call[2]]);58 return $this->callWriter;
59 $this->callWriter->writeCalls($this->quoteCalls);68 return $this->callWriter;
33 $this->callWriter->writeCalls($this->listCalls);34 return $this->callWriter;
48 $this->callWriter->writeCalls($this->tableCalls);50 return $this->callWriter;
23 protected $callWriter; variable in dokuwiki\\Parsing\\Handler46 $this->callWriter = new CallWriter($this);119 $this->callWriter->writeCall($call);129 return $this->callWriter;135 * @param CallWriterInterface $callWriter137 public function setCallWriter($callWriter) argument139 $this->callWriter = $callWriter;185 $this->callWriter->writeCall($call);198 $this->callWriter->finalise();