mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-02 05:39:05 +00: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