composer package updates
[openemr.git] / vendor / twig / twig / lib / Twig / NodeOutputInterface.php
blob5a8eaa9c3d948146aad88ed72b554cd586ded4c9
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 displayable node in the AST.
15 * @author Fabien Potencier <fabien@symfony.com>
17 interface Twig_NodeOutputInterface
21 class_alias('Twig_NodeOutputInterface', 'Twig\Node\NodeOutputInterface', false);