mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added comments
This commit is contained in:
@@ -4,7 +4,17 @@ namespace App\Domain\RightManagement;
|
||||
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RightCheckerInterface
|
||||
{
|
||||
/**
|
||||
* @param string $layer
|
||||
* @param string $type
|
||||
* @param SourceInterface $source
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isGranted(string $layer, string $type, SourceInterface $source): bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user