Implemented dimensions for reciever

This commit is contained in:
Kevin Frantz
2018-11-04 23:43:34 +01:00
parent 3e3d9ae044
commit e9993a2424
3 changed files with 18 additions and 13 deletions

View File

@@ -7,6 +7,8 @@ use Doctrine\ORM\Mapping as ORM;
use App\Entity\Attribut\MembersAttribut;
use App\Entity\Source\SourceInterface;
use App\Entity\Attribut\RightAttribut;
use App\Entity\Attribut\CollectionAttribut;
use App\Entity\Method\CollectionDimensionHelperMethod;
/**
* @author kevinfrantz
@@ -15,7 +17,7 @@ use App\Entity\Attribut\RightAttribut;
*/
class Reciever extends AbstractMeta implements RecieverInterface
{
use RightAttribut, MembersAttribut;
use RightAttribut, CollectionAttribut,CollectionDimensionHelperMethod;
/**
* The right which the reciever group belongs to.