mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 01:58:09 +02:00
Optimized law draft
This commit is contained in:
17
application/src/Entity/Attribut/RightsAttributInterface.php
Normal file
17
application/src/Entity/Attribut/RightsAttributInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace Entity\Attribut;
|
||||
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface RightsAttributInterface
|
||||
{
|
||||
public function setRights(ArrayCollection $rights):void;
|
||||
|
||||
public function getRights():ArrayCollection;
|
||||
}
|
||||
|
Reference in New Issue
Block a user