chill-bundles/Export/DirectExportInterface.php

16 lines
185 B
PHP

<?php
/*
*
*/
namespace Chill\MainBundle\Export;
use Symfony\Component\HttpFoundation\Response;
/**
*
*/
interface DirectExportInterface extends ExportElementInterface
{
}