Copied!
AbstractInterface
Methods
public abstract canClose() : bool
public abstract canOpen() : bool
public abstract getChar() : string
public abstract getIndex() : ?int
public abstract getInlineNode() : League\CommonMark\Node\Inline\AbstractStringContainer
public abstract getLength() : int
public abstract getNext() : ?League\CommonMark\Delimiter\DelimiterInterface
public abstract getOriginalLength() : int
public abstract getPrevious() : ?League\CommonMark\Delimiter\DelimiterInterface
public abstract isActive() : bool
 
  • deprecated This method is no longer used internally and will be removed in 3.0
public abstract setActive(bool $active) : void
 
  • deprecated This method is no longer used internally and will be removed in 3.0
public abstract setLength(int $length) : void
public abstract setNext(?League\CommonMark\Delimiter\DelimiterInterface $next) : void
public abstract setPrevious(?League\CommonMark\Delimiter\DelimiterInterface $previous) : void
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration