mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized law draft
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
<?php
|
||||
namespace App\Entity;
|
||||
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use App\Entity\Attribut\TypeAttributInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface RightInterface
|
||||
interface RightInterface extends TypeAttributInterface
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function isGranted(NodeInterface $node): bool;
|
||||
|
||||
public function setPermissions(ArrayCollection $permissions):void;
|
||||
}
|
Reference in New Issue
Block a user