chill-bundles/Export/DirectExportInterface.php
Julien Fastré 6741eb949c rewrite export controller and manager
- upgrade to symfony 4 ;
- add support for directExportInterface
2019-01-15 20:23:06 +01:00

16 lines
205 B
PHP

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