added missing deprecation notices

This commit is contained in:
Fabien Potencier
2014-07-05 13:39:39 +02:00
parent 558ca46b5e
commit 2def83d0c2
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@
* Represents a template filter.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since 2.0 (to be removed in 3.0)
*/
class Twig_SimpleFilter extends Twig_Filter
{
+2
View File
@@ -13,6 +13,8 @@
* Represents a template function.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since 2.0 (to be removed in 3.0)
*/
class Twig_SimpleFunction extends Twig_Function
{
+2
View File
@@ -13,6 +13,8 @@
* Represents a template test.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since 2.0 (to be removed in 3.0)
*/
class Twig_SimpleTest extends Twig_Test
{