mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-29 12:37:15 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -11,6 +11,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace Chill\MainBundle\Export;
|
||||
|
||||
use Doctrine\ORM\NativeQuery;
|
||||
use Doctrine\ORM\QueryBuilder;
|
||||
|
||||
/**
|
||||
* Define methods to export list.
|
||||
*
|
||||
@@ -19,5 +22,10 @@ namespace Chill\MainBundle\Export;
|
||||
* (and list does not support aggregation on their data).
|
||||
*
|
||||
* When used, the `ExportManager` will not handle aggregator for this class.
|
||||
*
|
||||
* @template Q of QueryBuilder|NativeQuery
|
||||
* @template D of array
|
||||
*
|
||||
* @template-extends ExportInterface<Q, D>
|
||||
*/
|
||||
interface ListInterface extends ExportInterface {}
|
||||
|
||||
Reference in New Issue
Block a user