Refactored\moved Attribut folder

This commit is contained in:
Kevin Frantz 2019-01-20 10:41:58 +01:00
parent 5301be7614
commit e695aa26ea
122 changed files with 223 additions and 223 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Exception\NoValidChoiceException; use App\Exception\NoValidChoiceException;
use App\DBAL\Types\ActionType; use App\DBAL\Types\ActionType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\DBAL\Types\ActionType; use App\DBAL\Types\ActionType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Logic\Operation\OperationInterface; use App\Logic\Operation\OperationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Logic\Operation\OperationInterface; use App\Logic\Operation\OperationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface; use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface; use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Exception\NoValidChoiceException; use App\Exception\NoValidChoiceException;
use App\DBAL\Types\Meta\Right\CRUDType; use App\DBAL\Types\Meta\Right\CRUDType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\FirstNameSourceInterface; use App\Entity\Source\Primitive\Name\FirstNameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\FirstNameSourceInterface; use App\Entity\Source\Primitive\Name\FirstNameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Complex\FullPersonNameSourceInterface; use App\Entity\Source\Complex\FullPersonNameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Complex\FullPersonNameSourceInterface; use App\Entity\Source\Complex\FullPersonNameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\LawInterface; use App\Entity\Meta\LawInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\LawInterface; use App\Entity\Meta\LawInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\DBAL\Types\Meta\Right\LayerType; use App\DBAL\Types\Meta\Right\LayerType;
use App\Exception\NoValidChoiceException; use App\Exception\NoValidChoiceException;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\NameSourceInterface; use App\Entity\Source\Primitive\Name\NameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\NameSourceInterface; use App\Entity\Source\Primitive\Name\NameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Parent\ParentRelationInterface; use App\Entity\Meta\Relation\Parent\ParentRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\Parent\ParentRelationInterface; use App\Entity\Meta\Relation\Parent\ParentRelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Complex\PersonIdentitySourceInterface; use App\Entity\Source\Complex\PersonIdentitySourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Complex\PersonIdentitySourceInterface; use App\Entity\Source\Complex\PersonIdentitySourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
trait PriorityAttribut trait PriorityAttribut
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
interface PriorityAttributInterface interface PriorityAttributInterface
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\RelationInterface; use App\Entity\Meta\Relation\RelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\Relation\RelationInterface; use App\Entity\Meta\Relation\RelationInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\RightInterface; use App\Entity\Meta\RightInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Meta\RightInterface; use App\Entity\Meta\RightInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\RightInterface; use App\Entity\Meta\RightInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\SurnameSourceInterface; use App\Entity\Source\Primitive\Name\SurnameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\Source\Primitive\Name\SurnameSourceInterface; use App\Entity\Source\Primitive\Name\SurnameSourceInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
trait TextAttribut trait TextAttribut
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
interface TextAttributInterface interface TextAttributInterface
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\User; use App\Entity\User;
use App\Entity\UserInterface; use App\Entity\UserInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
use App\Entity\UserInterface; use App\Entity\UserInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Entity\Attribut; namespace App\Attribut;
/** /**
* Entities which implement this interface can lock stuff on an optimistic base. * Entities which implement this interface can lock stuff on an optimistic base.

View File

@ -2,7 +2,7 @@
namespace App\Domain\RequestManagement\Action; namespace App\Domain\RequestManagement\Action;
use App\Entity\Attribut\ActionTypeAttribut; use App\Attribut\ActionTypeAttribut;
use App\DBAL\Types\ActionType; use App\DBAL\Types\ActionType;
use App\DBAL\Types\Meta\Right\CRUDType; use App\DBAL\Types\Meta\Right\CRUDType;
use App\Domain\RequestManagement\User\RequestedUser; use App\Domain\RequestManagement\User\RequestedUser;
@ -42,7 +42,7 @@ class RequestedAction extends RequestedUser implements RequestedActionInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\ActionTypeAttributInterface::setActionType() * @see \App\Attribut\ActionTypeAttributInterface::setActionType()
*/ */
public function setActionType(string $actionType): void public function setActionType(string $actionType): void
{ {

View File

@ -2,7 +2,7 @@
namespace App\Domain\RequestManagement\Action; namespace App\Domain\RequestManagement\Action;
use App\Entity\Attribut\ActionTypeAttributInterface; use App\Attribut\ActionTypeAttributInterface;
use App\Domain\RequestManagement\User\RequestedUserInterface; use App\Domain\RequestManagement\User\RequestedUserInterface;
/** /**

View File

@ -3,9 +3,9 @@
namespace App\Domain\RequestManagement\Right; namespace App\Domain\RequestManagement\Right;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
use App\Entity\Attribut\CrudAttribut; use App\Attribut\CrudAttribut;
use App\Entity\Attribut\LayerAttribut; use App\Attribut\LayerAttribut;
use App\Entity\Attribut\RecieverAttribut; use App\Attribut\RecieverAttribut;
use App\Exception\PreconditionFailedException; use App\Exception\PreconditionFailedException;
use App\Exception\NotSetException; use App\Exception\NotSetException;
use App\Repository\Source\SourceRepositoryInterface; use App\Repository\Source\SourceRepositoryInterface;

View File

@ -2,9 +2,9 @@
namespace App\Domain\RequestManagement\Right; namespace App\Domain\RequestManagement\Right;
use App\Entity\Attribut\CrudAttributInterface; use App\Attribut\CrudAttributInterface;
use App\Entity\Attribut\RecieverAttributInterface; use App\Attribut\RecieverAttributInterface;
use App\Entity\Attribut\LayerAttributInterface; use App\Attribut\LayerAttributInterface;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
use App\Domain\RequestManagement\Entity\RequestedEntityInterface; use App\Domain\RequestManagement\Entity\RequestedEntityInterface;
@ -21,7 +21,7 @@ interface RequestedRightInterface extends CrudAttributInterface, RecieverAttribu
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\SourceAttributInterface::getSource() * @see \App\Attribut\SourceAttributInterface::getSource()
*/ */
public function getSource(): SourceInterface; public function getSource(): SourceInterface;
} }

View File

@ -35,7 +35,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\RecieverAttributInterface::setReciever() * @see \App\Attribut\RecieverAttributInterface::setReciever()
*/ */
public function setReciever(SourceInterface $reciever): void public function setReciever(SourceInterface $reciever): void
{ {
@ -45,7 +45,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\RecieverAttributInterface::getReciever() * @see \App\Attribut\RecieverAttributInterface::getReciever()
*/ */
public function getReciever(): SourceInterface public function getReciever(): SourceInterface
{ {
@ -55,7 +55,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\LayerAttributInterface::setLayer() * @see \App\Attribut\LayerAttributInterface::setLayer()
*/ */
public function setLayer(string $layer): void public function setLayer(string $layer): void
{ {
@ -65,7 +65,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\CrudAttributInterface::getCrud() * @see \App\Attribut\CrudAttributInterface::getCrud()
*/ */
public function getCrud(): string public function getCrud(): string
{ {
@ -75,7 +75,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\LayerAttributInterface::getLayer() * @see \App\Attribut\LayerAttributInterface::getLayer()
*/ */
public function getLayer(): string public function getLayer(): string
{ {
@ -85,7 +85,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\SourceAttributInterface::getSource() * @see \App\Attribut\SourceAttributInterface::getSource()
*/ */
public function getSource(): SourceInterface public function getSource(): SourceInterface
{ {
@ -95,7 +95,7 @@ class RequestedUser implements RequestedUserInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
* *
* @see \App\Entity\Attribut\CrudAttributInterface::setCrud() * @see \App\Attribut\CrudAttributInterface::setCrud()
*/ */
public function setCrud(string $type): void public function setCrud(string $type): void
{ {

View File

@ -2,10 +2,10 @@
namespace App\Entity; namespace App\Entity;
use App\Entity\Attribut\IdAttribut; use App\Attribut\IdAttribut;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use App\Entity\Attribut\VersionAttribut; use App\Attribut\VersionAttribut;
use App\Entity\Attribut\SlugAttribut; use App\Attribut\SlugAttribut;
use Symfony\Component\Validator\Constraints as Assert; use Symfony\Component\Validator\Constraints as Assert;
/** /**

View File

@ -2,9 +2,9 @@
namespace App\Entity; namespace App\Entity;
use App\Entity\Attribut\VersionAttributInterface; use App\Attribut\VersionAttributInterface;
use App\Entity\Attribut\IdAttributInterface; use App\Attribut\IdAttributInterface;
use App\Entity\Attribut\SlugAttributInterface; use App\Attribut\SlugAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -3,7 +3,7 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use App\Entity\AbstractEntity; use App\Entity\AbstractEntity;
use App\Entity\Attribut\SourceAttribut; use App\Attribut\SourceAttribut;
/** /**
* @todo Implement source attribut * @todo Implement source attribut

View File

@ -3,11 +3,11 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use App\Entity\Attribut\RightsAttribute; use App\Attribut\RightsAttribute;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;
use App\Entity\Attribut\RelationAttribut; use App\Attribut\RelationAttribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
use App\Entity\Attribut\GrantAttribut; use App\Attribut\GrantAttribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -2,8 +2,8 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use App\Entity\Attribut\RightsAttributInterface; use App\Attribut\RightsAttributInterface;
use App\Entity\Attribut\GrantAttributInterface; use App\Attribut\GrantAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -3,7 +3,7 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use App\Entity\EntityInterface; use App\Entity\EntityInterface;
use App\Entity\Attribut\SourceAttributInterface; use App\Attribut\SourceAttributInterface;
/** /**
* Meta entities contain informations which describe sources. * Meta entities contain informations which describe sources.

View File

@ -3,8 +3,8 @@
namespace App\Entity\Meta\Relation\Member; namespace App\Entity\Meta\Relation\Member;
use App\Entity\Meta\Relation\AbstractRelation; use App\Entity\Meta\Relation\AbstractRelation;
use App\Entity\Attribut\MembersAttribut; use App\Attribut\MembersAttribut;
use App\Entity\Attribut\MembershipsAttribut; use App\Attribut\MembershipsAttribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;

View File

@ -3,8 +3,8 @@
namespace App\Entity\Meta\Relation\Member; namespace App\Entity\Meta\Relation\Member;
use App\Entity\Meta\Relation\RelationInterface; use App\Entity\Meta\Relation\RelationInterface;
use App\Entity\Attribut\MembersAttributInterface; use App\Attribut\MembersAttributInterface;
use App\Entity\Attribut\MembershipsAttributInterface; use App\Attribut\MembershipsAttributInterface;
interface MemberRelationInterface extends RelationInterface, MembersAttributInterface, MembershipsAttributInterface interface MemberRelationInterface extends RelationInterface, MembersAttributInterface, MembershipsAttributInterface
{ {

View File

@ -2,9 +2,9 @@
namespace App\Entity\Meta\Relation\Parent; namespace App\Entity\Meta\Relation\Parent;
use App\Entity\Attribut\IdAttribut; use App\Attribut\IdAttribut;
use App\Entity\Attribut\ParentsAttribut; use App\Attribut\ParentsAttribut;
use App\Entity\Attribut\ChildsAttribut; use App\Attribut\ChildsAttribut;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;
use App\Entity\Meta\Relation\AbstractRelation; use App\Entity\Meta\Relation\AbstractRelation;

View File

@ -2,8 +2,8 @@
namespace App\Entity\Meta\Relation\Parent; namespace App\Entity\Meta\Relation\Parent;
use App\Entity\Attribut\ParentsAttributInterface; use App\Attribut\ParentsAttributInterface;
use App\Entity\Attribut\ChildsAttributeInterface; use App\Attribut\ChildsAttributeInterface;
use App\Entity\Meta\Relation\RelationInterface; use App\Entity\Meta\Relation\RelationInterface;
interface ParentRelationInterface extends RelationInterface, ParentsAttributInterface, ChildsAttributeInterface interface ParentRelationInterface extends RelationInterface, ParentsAttributInterface, ChildsAttributeInterface

View File

@ -2,17 +2,17 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use App\Entity\Attribut\CrudAttribut; use App\Attribut\CrudAttribut;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use Fresh\DoctrineEnumBundle\Validator\Constraints as DoctrineAssert; use Fresh\DoctrineEnumBundle\Validator\Constraints as DoctrineAssert;
use App\Entity\Attribut\LawAttribut; use App\Attribut\LawAttribut;
use App\Entity\Attribut\GrantAttribut; use App\Attribut\GrantAttribut;
use App\Logic\Operation\OperationInterface; use App\Logic\Operation\OperationInterface;
use App\Entity\Attribut\ConditionAttribut; use App\Attribut\ConditionAttribut;
use App\Entity\Attribut\RecieverAttribut; use App\Attribut\RecieverAttribut;
use App\Entity\Attribut\LayerAttribut; use App\Attribut\LayerAttribut;
use App\Entity\Attribut\RelationAttribut; use App\Attribut\RelationAttribut;
use App\Entity\Attribut\PriorityAttribut; use App\Attribut\PriorityAttribut;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
/** /**

View File

@ -2,14 +2,14 @@
namespace App\Entity\Meta; namespace App\Entity\Meta;
use App\Entity\Attribut\CrudAttributInterface; use App\Attribut\CrudAttributInterface;
use App\Entity\Attribut\LawAttributInterface; use App\Attribut\LawAttributInterface;
use App\Entity\Attribut\RecieverAttributInterface; use App\Attribut\RecieverAttributInterface;
use App\Entity\Attribut\GrantAttributInterface; use App\Attribut\GrantAttributInterface;
use App\Entity\Attribut\ConditionAttributInterface; use App\Attribut\ConditionAttributInterface;
use App\Entity\Attribut\LayerAttributInterface; use App\Attribut\LayerAttributInterface;
use App\Entity\Attribut\RelationAttributInterface; use App\Attribut\RelationAttributInterface;
use App\Entity\Attribut\PriorityAttributInterface; use App\Attribut\PriorityAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -5,14 +5,14 @@ namespace App\Entity\Source;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use JMS\Serializer\Annotation\Exclude; use JMS\Serializer\Annotation\Exclude;
use App\Entity\AbstractEntity; use App\Entity\AbstractEntity;
use App\Entity\Attribut\LawAttribut; use App\Attribut\LawAttribut;
use App\Entity\Meta\LawInterface; use App\Entity\Meta\LawInterface;
use App\Entity\Meta\Law; use App\Entity\Meta\Law;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use App\Entity\Attribut\CreatorRelationAttribut; use App\Attribut\CreatorRelationAttribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface; use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;
use App\Entity\Meta\Relation\Parent\CreatorRelation; use App\Entity\Meta\Relation\Parent\CreatorRelation;
use App\Entity\Attribut\MemberRelationAttribut; use App\Attribut\MemberRelationAttribut;
use App\Entity\Meta\Relation\Member\MemberRelation; use App\Entity\Meta\Relation\Member\MemberRelation;
use App\Entity\Meta\Relation\Member\MemberRelationInterface; use App\Entity\Meta\Relation\Member\MemberRelationInterface;

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Complex\Collection; namespace App\Entity\Source\Complex\Collection;
use App\Entity\Source\AbstractSource; use App\Entity\Source\AbstractSource;
use App\Entity\Attribut\CollectionAttribut; use App\Attribut\CollectionAttribut;
use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Collection;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Complex\Collection; namespace App\Entity\Source\Complex\Collection;
use App\Entity\Source\SourceInterface; use App\Entity\Source\SourceInterface;
use App\Entity\Attribut\CollectionAttributInterface; use App\Attribut\CollectionAttributInterface;
interface CollectionSourceInterface extends SourceInterface, CollectionAttributInterface interface CollectionSourceInterface extends SourceInterface, CollectionAttributInterface
{ {

View File

@ -2,8 +2,8 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FirstNameSourceAttribut; use App\Attribut\FirstNameSourceAttribut;
use App\Entity\Attribut\SurnameSourceAttribut; use App\Attribut\SurnameSourceAttribut;
use App\Entity\Source\Primitive\Name\SurnameSource; use App\Entity\Source\Primitive\Name\SurnameSource;
use App\Entity\Source\Primitive\Name\FirstNameSource; use App\Entity\Source\Primitive\Name\FirstNameSource;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;

View File

@ -2,8 +2,8 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FirstNameSourceAttributInterface; use App\Attribut\FirstNameSourceAttributInterface;
use App\Entity\Attribut\SurnameSourceAttributInterface; use App\Attribut\SurnameSourceAttributInterface;
/** /**
* @todo Maybe a middle name would be helpfull in the future ;) * @todo Maybe a middle name would be helpfull in the future ;)

View File

@ -2,7 +2,7 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttribut; use App\Attribut\FullPersonNameSourceAttribut;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
/** /**

View File

@ -2,7 +2,7 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttributInterface; use App\Attribut\FullPersonNameSourceAttributInterface;
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
{ {

View File

@ -3,9 +3,9 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use App\Entity\Attribut\UserAttribut; use App\Attribut\UserAttribut;
use App\Entity\UserInterface; use App\Entity\UserInterface;
use App\Entity\Attribut\PersonIdentitySourceAttribut; use App\Attribut\PersonIdentitySourceAttribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -2,8 +2,8 @@
namespace App\Entity\Source\Complex; namespace App\Entity\Source\Complex;
use App\Entity\Attribut\UserAttributInterface; use App\Attribut\UserAttributInterface;
use App\Entity\Attribut\PersonIdentitySourceAttributInterface; use App\Attribut\PersonIdentitySourceAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Primitive\Name; namespace App\Entity\Source\Primitive\Name;
use App\Entity\Source\Primitive\AbstractPrimitiveSource; use App\Entity\Source\Primitive\AbstractPrimitiveSource;
use App\Entity\Attribut\NameAttribut; use App\Attribut\NameAttribut;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert; use Symfony\Component\Validator\Constraints as Assert;

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Primitive\Name; namespace App\Entity\Source\Primitive\Name;
use App\Entity\Source\Primitive\PrimitiveSourceInterface; use App\Entity\Source\Primitive\PrimitiveSourceInterface;
use App\Entity\Attribut\NameAttributInterface; use App\Attribut\NameAttributInterface;
interface NameSourceInterface extends PrimitiveSourceInterface, NameAttributInterface interface NameSourceInterface extends PrimitiveSourceInterface, NameAttributInterface
{ {

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Primitive\Text; namespace App\Entity\Source\Primitive\Text;
use App\Entity\Source\Primitive\AbstractPrimitiveSource; use App\Entity\Source\Primitive\AbstractPrimitiveSource;
use App\Entity\Attribut\TextAttribut; use App\Attribut\TextAttribut;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
/** /**

View File

@ -3,7 +3,7 @@
namespace App\Entity\Source\Primitive\Text; namespace App\Entity\Source\Primitive\Text;
use App\Entity\Source\Primitive\PrimitiveSourceInterface; use App\Entity\Source\Primitive\PrimitiveSourceInterface;
use App\Entity\Attribut\TextAttributInterface; use App\Attribut\TextAttributInterface;
interface TextSourceInterface extends PrimitiveSourceInterface, TextAttributInterface interface TextSourceInterface extends PrimitiveSourceInterface, TextAttributInterface
{ {

View File

@ -2,11 +2,11 @@
namespace App\Entity\Source; namespace App\Entity\Source;
use App\Entity\Attribut\IdAttributInterface; use App\Attribut\IdAttributInterface;
use App\Entity\EntityInterface; use App\Entity\EntityInterface;
use App\Entity\Attribut\LawAttributInterface; use App\Attribut\LawAttributInterface;
use App\Entity\Attribut\CreatorRelationAttributInterface; use App\Attribut\CreatorRelationAttributInterface;
use App\Entity\Attribut\MemberRelationAttributInterface; use App\Attribut\MemberRelationAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -4,11 +4,11 @@ namespace App\Entity;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
use FOS\UserBundle\Model\User as BaseUser; use FOS\UserBundle\Model\User as BaseUser;
use App\Entity\Attribut\SourceAttribut; use App\Attribut\SourceAttribut;
use App\Entity\Attribut\IdAttribut; use App\Attribut\IdAttribut;
use App\Entity\Source\Complex\UserSourceInterface; use App\Entity\Source\Complex\UserSourceInterface;
use App\Entity\Source\Complex\UserSource; use App\Entity\Source\Complex\UserSource;
use App\Entity\Attribut\VersionAttribut; use App\Attribut\VersionAttribut;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -3,8 +3,8 @@
namespace App\Entity; namespace App\Entity;
use FOS\UserBundle\Model\UserInterface as FOSUserInterface; use FOS\UserBundle\Model\UserInterface as FOSUserInterface;
use App\Entity\Attribut\SourceAttributInterface; use App\Attribut\SourceAttributInterface;
use App\Entity\Attribut\VersionAttributInterface; use App\Attribut\VersionAttributInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz

View File

@ -1,11 +1,11 @@
<?php <?php
namespace Tests\Unit\Entity\Attribut; namespace Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use App\Exception\NoValidChoiceException; use App\Exception\NoValidChoiceException;
use App\Entity\Attribut\ActionTypeAttributInterface; use App\Attribut\ActionTypeAttributInterface;
use App\Entity\Attribut\ActionTypeAttribut; use App\Attribut\ActionTypeAttribut;
use App\DBAL\Types\ActionType; use App\DBAL\Types\ActionType;
/** /**

View File

@ -1,10 +1,10 @@
<?php <?php
namespace Entity\Attribut; namespace Attribut;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use App\Entity\Attribut\ChildsAttributeInterface; use App\Attribut\ChildsAttributeInterface;
use App\Entity\Attribut\ChildsAttribut; use App\Attribut\ChildsAttribut;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;
class ChildsAttributTest extends TestCase class ChildsAttributTest extends TestCase

View File

@ -1,10 +1,10 @@
<?php <?php
namespace Tests\Unit\Entity\Attribut; namespace Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use App\Entity\Attribut\CollectionAttributInterface; use App\Attribut\CollectionAttributInterface;
use App\Entity\Attribut\CollectionAttribut; use App\Attribut\CollectionAttribut;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;
class CollectionAttributTest extends TestCase class CollectionAttributTest extends TestCase

View File

@ -1,10 +1,10 @@
<?php <?php
namespace Entity\Attribut; namespace Attribut;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use App\Entity\Attribut\ConditionAttributInterface; use App\Attribut\ConditionAttributInterface;
use App\Entity\Attribut\ConditionAttribut; use App\Attribut\ConditionAttribut;
use App\Logic\Operation\OperationInterface; use App\Logic\Operation\OperationInterface;
class ConditionAttributTest extends TestCase class ConditionAttributTest extends TestCase

View File

@ -1,10 +1,10 @@
<?php <?php
namespace App\Tests\Unit\Entity\Attribut; namespace App\Tests\Unit\Attribut;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use App\Entity\Attribut\CreatorRelationAttributInterface; use App\Attribut\CreatorRelationAttributInterface;
use App\Entity\Attribut\CreatorRelationAttribut; use App\Attribut\CreatorRelationAttribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface; use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;
class CreatorRelationAttributTest extends TestCase class CreatorRelationAttributTest extends TestCase

Some files were not shown because too many files have changed in this diff Show More