composer package updates
[openemr.git] / vendor / twig / twig / lib / Twig / Node / Body.php
blob07dfef8b5e74fd17bbbcf1bee428964ef3c35042
1 <?php
3 /*
4 * This file is part of Twig.
6 * (c) Fabien Potencier
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 /**
13 * Represents a body node.
15 * @author Fabien Potencier <fabien@symfony.com>
17 class Twig_Node_Body extends Twig_Node
21 class_alias('Twig_Node_Body', 'Twig\Node\BodyNode', false);