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