You are here

public function Twig_CompilerInterface::compile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/CompilerInterface.php \Twig_CompilerInterface::compile()

Compiles a node.

Parameters

Twig_NodeInterface $node The node to compile:

Return value

Twig_CompilerInterface The current compiler instance

1 method overrides Twig_CompilerInterface::compile()
Twig_Compiler::compile in vendor/twig/twig/lib/Twig/Compiler.php
Compiles a node.

File

vendor/twig/twig/lib/Twig/CompilerInterface.php, line 28

Class

Twig_CompilerInterface
Interface implemented by compiler classes.

Code

public function compile(Twig_NodeInterface $node);