mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemened class attribut in requested entity
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user