mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Prepare for moving into monorepo
This commit is contained in:
16
src/Bundle/ChillMain/Export/GroupedExportInterface.php
Normal file
16
src/Bundle/ChillMain/Export/GroupedExportInterface.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
*
|
||||
*/
|
||||
namespace Chill\MainBundle\Export;
|
||||
|
||||
/**
|
||||
* Add a grouping option to exports.
|
||||
*
|
||||
* **usage**: the exports will be grouped under the key given by the `getGroup`
|
||||
* method.
|
||||
*/
|
||||
interface GroupedExportInterface
|
||||
{
|
||||
public function getGroup(): string;
|
||||
}
|
Reference in New Issue
Block a user