mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 05:46:41 +00:00
added missing method on Twig_Template (important for reserved keyword)
This commit is contained in:
@@ -42,6 +42,15 @@ abstract class Twig_Template implements Twig_TemplateInterface
|
|||||||
*/
|
*/
|
||||||
abstract public function getTemplateName();
|
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)
|
* @deprecated since 1.20 (to be removed in 2.0)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user