Skip to content

Commit

Permalink
added missing method on Twig_Template (important for reserved keyword)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 20, 2016
1 parent 7df1e2f commit b1f77a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/Twig/Template.php
Expand Up @@ -42,6 +42,15 @@ public function __construct(Twig_Environment $env)
*/
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)
*/
Expand Down

0 comments on commit b1f77a4

Please sign in to comment.