Skip to content

Commit

Permalink
bug #2132 added missing method on Twig_Template (important for reserv…
Browse files Browse the repository at this point in the history
…ed keyword) (fabpot)

This PR was merged into the 1.x branch.

Discussion
----------

added missing method on Twig_Template (important for reserved keyword)

Commits
-------

b1f77a4 added missing method on Twig_Template (important for reserved keyword)
  • Loading branch information
fabpot committed Sep 20, 2016
2 parents 78171b0 + b1f77a4 commit 746a804
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 746a804

Please sign in to comment.