Optimized law draft

This commit is contained in:
Kevin Frantz
2018-09-13 16:37:33 +02:00
parent b9f483bf7f
commit 92886a14ce
9 changed files with 31 additions and 12 deletions

View File

@@ -3,13 +3,14 @@ namespace App\Entity;
use Doctrine\Common\Collections\ArrayCollection;
use App\Entity\Attribut\TypeAttributInterface;
use App\Entity\Attribut\LawAttributInterface;
/**
*
* @author kevinfrantz
*
*/
interface RightInterface extends TypeAttributInterface
interface RightInterface extends TypeAttributInterface, LawAttributInterface
{
public function isGranted(NodeInterface $node): bool;