public function Twig_Test_Node::compile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Test/Node.php \Twig_Test_Node::compile()
Compiles a test.
Return value
string The PHP code for the test
Overrides Twig_TestInterface::compile
File
- vendor/
twig/ twig/ lib/ Twig/ Test/ Node.php, line 37
Class
- Twig_Test_Node
- Represents a template test as a Node.
Code
public function compile() {
}