mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 08:06:03 +02:00
Added new entity draft
This commit is contained in:
15
application/src/Entity/Attribut/RightAttributInterface.php
Normal file
15
application/src/Entity/Attribut/RightAttributInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Entity\Attribut;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface RightAttributInterface
|
||||
{
|
||||
public function setRight(string $right):void;
|
||||
|
||||
public function getRight():string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user