removed line parameter from Twig_Template::getAttribute() and getContext() as the...
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 12 Apr 2011 06:11:29 +0000 (08:11 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 12 Apr 2011 06:12:27 +0000 (08:12 +0200)
commit96f2261112161155087e87bab0f857c0d2c8f52a
treeb0368a1ed5e2cf212c3e80a31e75981e55064b16
parentad427be36ecaee640bf88924a55b19223ed5b0a4
removed line parameter from Twig_Template::getAttribute() and getContext() as the information is now gathered by Twig_Error_Wrapped
lib/Twig/Error/Wrapped.php
lib/Twig/Node/Expression/GetAttr.php
lib/Twig/Node/Expression/Name.php
lib/Twig/Template.php
test/Twig/Tests/Node/Expression/GetAttrTest.php
test/Twig/Tests/Node/Expression/NameTest.php