mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
deprecated the token parser broker sub-system
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
Deprecated Features
|
||||||
|
===================
|
||||||
|
|
||||||
|
This document lists all deprecated features in Twig 1.x. They are kept for
|
||||||
|
backward compatibility but they will be removed in Twig 2.0.
|
||||||
|
|
||||||
|
Token Parsers
|
||||||
|
-------------
|
||||||
|
|
||||||
|
* The token parser broker sub-system is deprecated; the following class and
|
||||||
|
interface will be removed in 2.0:
|
||||||
|
|
||||||
|
* ``Twig_TokenParserBrokerInterface``
|
||||||
|
* ``Twig_TokenParserBroker``
|
||||||
@@ -15,3 +15,4 @@ Twig
|
|||||||
filters/index
|
filters/index
|
||||||
functions/index
|
functions/index
|
||||||
tests/index
|
tests/index
|
||||||
|
deprecated
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
*
|
*
|
||||||
* @package twig
|
* @package twig
|
||||||
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
|
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface
|
class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
*
|
*
|
||||||
* @package twig
|
* @package twig
|
||||||
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
|
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
interface Twig_TokenParserBrokerInterface
|
interface Twig_TokenParserBrokerInterface
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user