composer package updates
[openemr.git] / vendor / twig / twig / lib / Twig / TestInterface.php
blob91664075a24952dbecf2d7b22322f73f13e2e478
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 template test.
15 * @author Fabien Potencier <fabien@symfony.com>
17 * @deprecated since 1.12 (to be removed in 2.0)
19 interface Twig_TestInterface
21 /**
22 * Compiles a test.
24 * @return string The PHP code for the test
26 public function compile();