mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
rewrite export controller and manager
- upgrade to symfony 4 ; - add support for directExportInterface
This commit is contained in:
15
Export/DirectExportInterface.php
Normal file
15
Export/DirectExportInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
*
|
||||
*/
|
||||
namespace Chill\MainBundle\Export;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
interface DirectExportInterface extends ExportElementInterface
|
||||
{
|
||||
//put your code here
|
||||
}
|
Reference in New Issue
Block a user