mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
added missing deprecation notices
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user