class SetcontentNode extends Node (View source)

Twig setcontent node.

Methods

__construct($name, Node $contentType, ArrayExpression $arguments, array $whereArguments, $lineNo, $tag = null)

Constructor.

void
compile(Compiler $compiler)

{@inheritdoc}

Details

__construct($name, Node $contentType, ArrayExpression $arguments, array $whereArguments, $lineNo, $tag = null)

Constructor.

Parameters

$name
Node $contentType
ArrayExpression $arguments
array $whereArguments
$lineNo
$tag

void compile(Compiler $compiler)

{@inheritdoc}

Parameters

Compiler $compiler

Return Value

void