*/ interface Twig_NodeInterface { /** * Compiles the node to PHP. * * @param Twig_Compiler A Twig_Compiler instance */ function compile(Twig_Compiler $compiler); function getLine(); function getNodeTag(); }