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