projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f93a857
)
deleted abstract method doDisplay (maintain BC)
author
Martin Hason
<martin.hason@gmail.com>
Wed, 2 Feb 2011 20:20:22 +0000 (21:20 +0100)
committer
Martin Hason
<martin.hason@gmail.com>
Wed, 2 Feb 2011 20:20:22 +0000 (21:20 +0100)
lib/Twig/Template.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Template.php
b/lib/Twig/Template.php
index
99f8dfb
..
754575f
100644
(file)
--- a/
lib/Twig/Template.php
+++ b/
lib/Twig/Template.php
@@
-195,14
+195,6
@@
abstract class Twig_Template implements Twig_TemplateInterface
}
/**
- * Auto-generated method to display the template with the given context.
- *
- * @param array $context An array of parameters to pass to the template
- * @param array $blocks An array of blocks to pass to the template
- */
- abstract protected function doDisplay(array $context, array $blocks = array());
-
- /**
* Returns a variable from the context.
*
* @param array $context The context