Implemented RightRequestManagement

This commit is contained in:
Kevin Frantz
2019-01-13 17:02:15 +01:00
parent 1a3c9874a4
commit 8bed91915f
9 changed files with 282 additions and 62 deletions

View File

@@ -4,7 +4,6 @@ namespace App\Domain\SecureCRUDManagement\CRUD\Read;
use App\Entity\Source\SourceInterface;
use App\Entity\Meta\RightInterface;
use Doctrine\Common\Persistence\ObjectRepository;
use App\Domain\SecureManagement\SecureSourceChecker;
use App\Exception\SourceAccessDenied;
use Doctrine\ORM\EntityManagerInterface;
@@ -53,6 +52,7 @@ final class SecureSourceReadService extends AbstractSecureCRUDService //implemen
/**
* @todo This will not work! Change interface to requested right!
*
* @param RightInterface $requestedRight
*
* @return EntityInterface