mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-29 21:08:13 +02:00
Implemented new law draft
This commit is contained in:
13
application/src/Entity/Method/NodeGrantedInterface.php
Normal file
13
application/src/Entity/Method/NodeGrantedInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Method;
|
||||
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface NodeGrantedInterface
|
||||
{
|
||||
public function isGranted(NodeInterface $node, string $layer, string $right): bool;
|
||||
}
|
Reference in New Issue
Block a user