mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Added hint
This commit is contained in:
parent
a95ff0497e
commit
5af5a6b5e2
@ -9,5 +9,12 @@ use App\Entity\RelationInterface;
|
|||||||
*/
|
*/
|
||||||
interface RelationGrantedInterface
|
interface RelationGrantedInterface
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @deprecated Methods shouldn't be used on the entity level
|
||||||
|
* @param RelationInterface $relation
|
||||||
|
* @param string $layer
|
||||||
|
* @param string $right
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
public function isGranted(RelationInterface $relation, string $layer, string $right): bool;
|
public function isGranted(RelationInterface $relation, string $layer, string $right): bool;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user