Searched refs:getTip (Results 1 – 9 of 9) sorted by relevance
79 if ($this->context->getTip() === null) {83 $this->oldTip = $this->context->getTip();88 return $this->context->getTip() === $this->lastMatchedContainer;
84 while ($tip = $context->getTip()) {194 …getContainer() instanceof StringContainerInterface || (($tip = $context->getTip()) && $tip->getDep…203 $tip = $context->getTip();
31 public function getTip(): ?AbstractBlock; function
100 public function getTip(): ?AbstractBlock function in League\\CommonMark\\Context
207 if ($context->getTip() !== null) {208 $context->setTip($context->getTip()->parent());
69 $tip = $context->getTip();
87 $tip = $context->getTip();
94 $tip = $context->getTip();
30 if ($context->getTip() instanceof Paragraph) {