infinito/application/src/Entity/Meta/LawInterface.php
2018-10-29 19:01:00 +01:00

14 lines
264 B
PHP

<?php
namespace App\Entity\Meta;
use App\Entity\Attribut\RightsAttributInterface;
use App\Entity\Method\RelationGrantedInterface;
/**
* @author kevinfrantz
*/
interface LawInterface extends RightsAttributInterface, RelationGrantedInterface, MetaInterface
{
}