Implemened class attribut in requested entity

This commit is contained in:
Kevin Frantz
2019-02-03 13:40:13 +01:00
parent 11d8ac9927
commit 4ac7b3a19b
3 changed files with 136 additions and 50 deletions

View File

@@ -5,13 +5,14 @@ namespace App\Domain\RequestManagement\Entity;
use App\Entity\EntityInterface;
use App\Attribut\SlugAttributInterface;
use App\Attribut\RequestedRightAttributInterface;
use App\Attribut\ClassAttributInterface;
/**
* A requested entity containes the stumb attributes to load an entity.
*
* @author kevinfrantz
*/
interface RequestedEntityInterface extends EntityInterface, SlugAttributInterface, RequestedRightAttributInterface
interface RequestedEntityInterface extends EntityInterface, SlugAttributInterface, RequestedRightAttributInterface, ClassAttributInterface
{
/**
* Sets the slug or the id.