renamed Template::getParentBlock() and getBlock() to diplayParentBlock() and displayB...
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 30 Dec 2010 08:30:10 +0000 (09:30 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 30 Dec 2010 08:31:08 +0000 (09:31 +0100)
commitd9e2c42e412fad137ccfb9fe372304f77f2528e4
tree537bb7c9cfea8ee576e405b31b4cd7a65579f811
parent522f35ed6bf56fbcd7243836310d89027fc982f9
renamed Template::getParentBlock() and getBlock() to diplayParentBlock() and displayBlock(), which is semantically more correct
lib/Twig/Node/BlockReference.php
lib/Twig/Node/Parent.php
lib/Twig/Template.php
test/Twig/Tests/Node/BlockReferenceTest.php
test/Twig/Tests/Node/ParentTest.php