mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-12 01:56:55 +00: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