Changed App namespace to Infinito namespace

This commit is contained in:
Kevin Frantz
2019-02-17 14:33:19 +01:00
parent bf5d11a318
commit 493471df5f
424 changed files with 1488 additions and 1500 deletions

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Exception\NoValidChoiceException;
use App\DBAL\Types\ActionType;
use Infinito\Exception\NoValidChoiceException;
use Infinito\DBAL\Types\ActionType;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\DBAL\Types\ActionType;
use Infinito\DBAL\Types\ActionType;
/**
* @author kevinfrantz

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Logic\Operation\OperationInterface;
use Infinito\Logic\Operation\OperationInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Logic\Operation\OperationInterface;
use Infinito\Logic\Operation\OperationInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;
use Infinito\Entity\Meta\Relation\Parent\CreatorRelationInterface;
trait CreatorRelationAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;
use Infinito\Entity\Meta\Relation\Parent\CreatorRelationInterface;
interface CreatorRelationAttributInterface
{

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Exception\NoValidChoiceException;
use App\DBAL\Types\Meta\Right\CRUDType;
use Infinito\Exception\NoValidChoiceException;
use Infinito\DBAL\Types\Meta\Right\CRUDType;
/**
* @author kevinfrantz

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\FirstNameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\FirstNameSourceInterface;
trait FirstNameSourceAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\FirstNameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\FirstNameSourceInterface;
interface FirstNameSourceAttributInterface
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Complex\FullPersonNameSourceInterface;
use Infinito\Entity\Source\Complex\FullPersonNameSourceInterface;
trait FullPersonNameSourceAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Complex\FullPersonNameSourceInterface;
use Infinito\Entity\Source\Complex\FullPersonNameSourceInterface;
interface FullPersonNameSourceAttributInterface
{

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\LawInterface;
use Infinito\Entity\Meta\LawInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\LawInterface;
use Infinito\Entity\Meta\LawInterface;
/**
* @author kevinfrantz

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\DBAL\Types\Meta\Right\LayerType;
use App\Exception\NoValidChoiceException;
use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\Exception\NoValidChoiceException;
/**
* @author kevinfrantz

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
trait MemberRelationAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
interface MemberRelationAttributInterface
{

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
/**
* @author kevinfrantz

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
/**
* @author kevinfrantz

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
/**
* @author kevinfrantz

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
/**
* @author kevinfrantz

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\NameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\NameSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\NameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\NameSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Parent\ParentRelationInterface;
use Infinito\Entity\Meta\Relation\Parent\ParentRelationInterface;
trait ParentRelationAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\Parent\ParentRelationInterface;
use Infinito\Entity\Meta\Relation\Parent\ParentRelationInterface;
interface ParentRelationAttributInterface
{

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Complex\PersonIdentitySourceInterface;
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
trait PersonIdentitySourceAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Complex\PersonIdentitySourceInterface;
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
interface PersonIdentitySourceAttributInterface
{

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\SourceInterface;
use Infinito\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\SourceInterface;
use Infinito\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\RelationInterface;
use Infinito\Entity\Meta\Relation\RelationInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\Relation\RelationInterface;
use Infinito\Entity\Meta\Relation\RelationInterface;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Symfony\Component\HttpFoundation\Request;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Symfony\Component\HttpFoundation\Request;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RequestManagement\Entity\RequestedEntityInterface;
use Infinito\Domain\RequestManagement\Entity\RequestedEntityInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RequestManagement\Entity\RequestedEntityInterface;
use Infinito\Domain\RequestManagement\Entity\RequestedEntityInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RequestManagement\Right\RequestedRightInterface;
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Domain\RequestManagement\Right\RequestedRightInterface;
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\RightInterface;
use Infinito\Entity\Meta\RightInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Meta\RightInterface;
use Infinito\Entity\Meta\RightInterface;
/**
* @author kevinfrantz

View File

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

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use Doctrine\Common\Collections\Collection;
use App\Entity\Meta\RightInterface;
use Infinito\Entity\Meta\RightInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Exception\UnvalidValueException;
use Infinito\Exception\UnvalidValueException;
/**
* @author kevinfrantz

View File

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

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\SourceInterface;
use Infinito\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\SourceInterface;
use Infinito\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\SurnameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\SurnameSourceInterface;
trait SurnameSourceAttribut
{

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\Source\Primitive\Name\SurnameSourceInterface;
use Infinito\Entity\Source\Primitive\Name\SurnameSourceInterface;
interface SurnameSourceAttributInterface
{

View File

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

View File

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

View File

@@ -1,9 +1,9 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\User;
use App\Entity\UserInterface;
use Infinito\Entity\User;
use Infinito\Entity\UserInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Attribut;
namespace Infinito\Attribut;
use App\Entity\UserInterface;
use Infinito\Entity\UserInterface;
/**
* @author kevinfrantz

View File

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

View File

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