added @deprecated tags on deprecated classes

This commit is contained in:
Fabien Potencier
2012-12-10 15:12:12 +01:00
parent 83c7fc6432
commit de5aaf2c1d
9 changed files with 17 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@
*
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_CompilerInterface
{
+1 -1
View File
@@ -637,7 +637,7 @@ class Twig_Environment
*
* @param string $name The extension name
*
* @deprecated
* @deprecated since 1.12 (to be removed in 2.0)
*/
public function removeExtension($name)
{
+1
View File
@@ -14,6 +14,7 @@
*
* @package twig
* @author Florin Patan <florinpatan@gmail.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_ExistsLoaderInterface
{
+1
View File
@@ -14,6 +14,7 @@
*
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_LexerInterface
{
+1
View File
@@ -14,6 +14,7 @@
*
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_NodeInterface extends Countable, IteratorAggregate
{
+3 -2
View File
@@ -12,8 +12,9 @@
/**
* Interface implemented by parser classes.
*
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_ParserInterface
{
+3 -2
View File
@@ -12,8 +12,9 @@
/**
* Interface implemented by all compiled templates.
*
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_TemplateInterface
{
+3 -4
View File
@@ -13,10 +13,9 @@
/**
* Default implementation of a token parser broker.
*
* @package twig
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
*
* @deprecated
* @package twig
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface
{
+3 -4
View File
@@ -15,10 +15,9 @@
*
* Token parser brokers allows to implement custom logic in the process of resolving a token parser for a given tag name.
*
* @package twig
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
*
* @deprecated
* @package twig
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
* @deprecated since 1.12 (to be removed in 2.0)
*/
interface Twig_TokenParserBrokerInterface
{