Arikaim CMS

ComponentNode extends Node
in package
implements NodeOutputInterface

Component tag node

Table of Contents

Interfaces

NodeOutputInterface

Properties

$twigExtensionClass  : string
Twig extension class

Methods

__construct()  : mixed
Constructor
compile()  : void
Compile node

Properties

$twigExtensionClass

Twig extension class

protected string $twigExtensionClass

Methods

__construct()

Constructor

public __construct(Node $body, string $twigExtensionClass[, array<string|int, mixed> $params = [] ][, int $line = 0 ][, string $tag = 'component' ]) : mixed
Parameters
$body : Node
$twigExtensionClass : string
$params : array<string|int, mixed> = []
$line : int = 0
$tag : string = 'component'

compile()

Compile node

public compile(Compiler $compiler) : void
Parameters
$compiler : Compiler

        
On this page

Search results