mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized documentation and class naming
This commit is contained in:
@@ -5,6 +5,8 @@ namespace App\Domain\RightManagement;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
* Checks if the crud, layer and source combination is granted by a right.
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RightCheckerInterface
|
||||
|
@@ -6,6 +6,8 @@ use App\DBAL\Types\Meta\Right\LayerType;
|
||||
use App\DBAL\Types\Meta\Right\CRUDType;
|
||||
|
||||
/**
|
||||
* Allows to get the possible cruds for a layer, or the possible layers for a crud.
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RightLayerCombinationServiceInterface
|
||||
|
Reference in New Issue
Block a user