class php extends Node

Properties

protected Environment $environment

Methods

__construct(TextNode $text, environment $environment, $lineno, $tag = null)

No description

compile(Compiler $compiler)

Compiles the node to PHP.

Details

at line 21
__construct(TextNode $text, environment $environment, $lineno, $tag = null)

No description

Parameters

TextNode $text
environment $environment
$lineno
$tag

at line 33
compile(Compiler $compiler)

Compiles the node to PHP.

Parameters

Compiler $compiler