Home
last modified time | relevance | path

Searched refs:callWriter (Results 1 – 4 of 4) sorted by relevance

/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php40 protected $callWriter; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
47 $this->callWriter = new CallWriter($this);
77 $this->callWriter->writeCall(['raw', [$content], $pos]);
127 $this->callWriter->writeCall($call);
/plugin/refnotes/
H A Dcore.php77 $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;
/plugin/combo/ComboStrap/
H A DCallStack.php115 $callWriter = $handler->getCallWriter();
120 $callWriterClass = get_class($callWriter);
139 $writerCalls = &$callWriter->calls;
/plugin/refnotes/syntax/
H A Dreferences.php318 public function __construct(\dokuwiki\Parsing\Handler\CallWriterInterface $callWriter, $handler = NULL) { argument