class includephp extends Node

Properties

protected Environment $environment

Methods

__construct(AbstractExpression $expr, environment $environment, $lineno, $ignoreMissing = false, $tag = null)

No description

compile(Compiler $compiler)

Compiles the node to PHP.

Details

at line 22
__construct(AbstractExpression $expr, environment $environment, $lineno, $ignoreMissing = false, $tag = null)

No description

Parameters

AbstractExpression $expr
environment $environment
$lineno
$ignoreMissing
$tag

at line 34
compile(Compiler $compiler)

Compiles the node to PHP.

Parameters

Compiler $compiler