mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
In between commit implementing EntityDomServiceTest
This commit is contained in:
@@ -4,9 +4,20 @@ namespace Infinito\Attribut;
|
||||
|
||||
use Infinito\Entity\Meta\Relation\Parent\CreatorRelationInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface CreatorRelationAttributInterface
|
||||
{
|
||||
const CREATORRELATION_ATTRIBUT_NAME = 'creatorRelation';
|
||||
|
||||
/**
|
||||
* @param CreatorRelationInterface $creatorRelation
|
||||
*/
|
||||
public function setCreatorRelation(CreatorRelationInterface $creatorRelation);
|
||||
|
||||
/**
|
||||
* @return CreatorRelationInterface
|
||||
*/
|
||||
public function getCreatorRelation(): CreatorRelationInterface;
|
||||
}
|
||||
|
Reference in New Issue
Block a user