Files
Twig/lib/Twig/SimpleFilter.php
T
2015-03-02 17:39:55 +01:00

20 lines
353 B
PHP

<?php
/*
* This file is part of Twig.
*
* (c) 2009-2012 Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Represents a template filter.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class Twig_SimpleFilter extends Twig_Filter
{
}