mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 15:25:00 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -13,7 +13,13 @@ namespace Chill\DocStoreBundle\Repository;
|
||||
|
||||
use Chill\DocStoreBundle\Entity\StoredObject;
|
||||
|
||||
/**
|
||||
* @template T of object
|
||||
*/
|
||||
interface AssociatedEntityToStoredObjectInterface
|
||||
{
|
||||
/**
|
||||
* @return T|null
|
||||
*/
|
||||
public function findAssociatedEntityToStoredObject(StoredObject $storedObject): ?object;
|
||||
}
|
||||
|
Reference in New Issue
Block a user