added missing method on Twig_Template (important for reserved keyword)

This commit is contained in:
Fabien Potencier
2016-09-20 10:50:41 -07:00
parent 7df1e2f011
commit b1f77a4433
+9
View File
@@ -42,6 +42,15 @@ abstract class Twig_Template implements Twig_TemplateInterface
*/
abstract public function getTemplateName();
/**
* Returns debug information about the template.
*
* @return array Debug information
*
* @internal
*/
abstract public function getDebugInfo();
/**
* @deprecated since 1.20 (to be removed in 2.0)
*/