You are here

public function Twig_CompilerInterface::getSource in Zircon Profile 8

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

Gets the current PHP code after compilation.

Return value

string The PHP code

1 method overrides Twig_CompilerInterface::getSource()
Twig_Compiler::getSource in vendor/twig/twig/lib/Twig/Compiler.php
Gets the current PHP code after compilation.

File

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

Class

Twig_CompilerInterface
Interface implemented by compiler classes.

Code

public function getSource();