GeshiNode
extends Node
in package
Represents a Geshi node, it parses content as Geshi.
Table of Contents
Methods
- __construct() : void
- compile() : mixed
Methods
__construct()
public
__construct(array<string, string|bool> $attributes, Node $body, int $lineno) : void
Parameters
- $attributes : array<string, string|bool>
- $body : Node
- $lineno : int
Tags
compile()
public
compile(Compiler $compiler) : mixed
Parameters
- $compiler : Compiler