Interface for building the Environment with any extensions, parsers, listeners, etc. that it may need
AbstractInterface
Methods |
public abstract addBlockStartParser(League Registers the given block start parser with the Environment
|
public abstract addDelimiterProcessor(League Registers the given delimiter processor with the Environment
|
public abstract addEventListener(string $eventClass, callable $listener, int $priority = 0) : League Registers the given event listener
|
public abstract addExtension(League Registers the given extension with the Environment
|
public abstract addInlineParser(League Registers the given inline parser with the Environment
|
public abstract addRenderer(string $nodeClass, League Registers the given node renderer with the Environment
|