mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized for SPA
This commit is contained in:
16
application/symfony/src/Entity/Meta/MetaInterface.php
Normal file
16
application/symfony/src/Entity/Meta/MetaInterface.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Meta;
|
||||
|
||||
use App\Entity\EntityInterface;
|
||||
use App\Entity\Attribut\SourceAttributInterface;
|
||||
|
||||
/**
|
||||
* Meta entities contain informations which describe sources.
|
||||
* If you refer from a meta entity to an source be aware to catch infinite loops!
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface MetaInterface extends EntityInterface, SourceAttributInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user