Lines Matching refs:handler
57 private $handler; variable in ComboStrap\\CallStack
93 public function __construct(&$handler) argument
95 $this->handler = $handler;
110 if (!method_exists($handler, 'getCallWriter')) {
111 $class = get_class($handler);
115 $callWriter = $handler->getCallWriter();
150 $handlerClass = get_class($handler);
165 $this->callStack = &$handler->calls;
179 $handler = \ComboStrap\Parser::parseMarkupToHandler($markup);
180 return self::createFromHandler($handler);
264 …* @param mixed|Doku_Handler $handler - mixed because we test if the handler passed is not the good…
268 static function createFromHandler(&$handler): CallStack argument
270 return new CallStack($handler);
726 return $this->handler;