mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
205 B
PHP
16 lines
205 B
PHP
<?php
|
|
/*
|
|
*
|
|
*/
|
|
namespace Chill\MainBundle\Export;
|
|
|
|
use Symfony\Component\HttpFoundation\Response;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
interface DirectExportInterface extends ExportElementInterface
|
|
{
|
|
//put your code here
|
|
}
|