* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * FileStorage represents a template stored on the filesystem. * * @package symfony * @subpackage templating * @author Fabien Potencier */ class FileStorage extends Storage { }