Fabien Potencier 616c1cceb1 feature #1726 Twig_Template::getContext() removal (fabpot)
This PR was merged into the 2.0-dev branch.

Discussion
----------

Twig_Template::getContext() removal

`Twig_Template::getContext()` is an implementation detail as it is only used on some PHP versions, for some cases. But even with the big warning in the phpdoc, people want to use it, which is a really bad idea. Removing it in 1.x would be kind of a "BC break", so I propose to remove it in 2.0.

Commits
-------

a0261e7 removed code that people want to overide over and over again
2015-07-03 12:15:39 +02:00
2015-07-03 12:14:51 +02:00
2015-07-03 08:49:50 +02:00
2015-06-07 01:29:09 +02:00
2015-07-03 12:14:51 +02:00
2015-03-02 17:40:38 +01:00

Twig, the flexible, fast, and secure template language for PHP
==============================================================

Twig is a template language for PHP, released under the new BSD license (code
and documentation).

Twig uses a syntax similar to the Django and Jinja template languages which
inspired the Twig runtime environment.

More Information
----------------

Read the `documentation`_ for more information.

.. _documentation: http://twig.sensiolabs.org/documentation
Languages
PHP 99.9%