Searched refs:callWriter (Results 1 – 4 of 4) sorted by relevance
40 protected $callWriter; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler47 $this->callWriter = new CallWriter($this);77 $this->callWriter->writeCall(['raw', [$content], $pos]);127 $this->callWriter->writeCall($call);
77 $this->callWriter = new refnotes_nested_call_writer($this->handler->getCallWriter(), $this->handler);79 $this->callWriter->connect();81 $this->callWriter->disconnect();83 return $this->callWriter->calls;
115 $callWriter = $handler->getCallWriter();120 $callWriterClass = get_class($callWriter);139 $writerCalls = &$callWriter->calls;
318 public function __construct(\dokuwiki\Parsing\Handler\CallWriterInterface $callWriter, $handler = NULL) { argument