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.

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Controller\API;
namespace Infinito\Controller\API;
use App\Controller\AbstractController;
use Infinito\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Request;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Controller\API\Meta;
namespace Infinito\Controller\API\Meta;
use App\Controller\API\AbstractAPIController;
use Infinito\Controller\API\AbstractAPIController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Controller\API\Meta;
namespace Infinito\Controller\API\Meta;
use App\Controller\API\AbstractAPIController;
use Infinito\Controller\API\AbstractAPIController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Controller\API\Meta;
namespace Infinito\Controller\API\Meta;
use App\Controller\API\AbstractAPIController;
use Infinito\Controller\API\AbstractAPIController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Controller\API\Meta;
namespace Infinito\Controller\API\Meta;
use App\Controller\API\AbstractAPIController;
use Infinito\Controller\API\AbstractAPIController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,15 +1,15 @@
<?php
namespace App\Controller\API\Source;
namespace Infinito\Controller\API\Source;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\HttpFoundation\Request;
use App\Controller\API\AbstractAPIController;
use App\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use App\Domain\MVCManagement\MVCRoutineServiceInterface;
use App\DBAL\Types\ActionType;
use App\DBAL\Types\Meta\Right\LayerType;
use Infinito\Controller\API\AbstractAPIController;
use Infinito\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use Infinito\Domain\MVCManagement\MVCRoutineServiceInterface;
use Infinito\DBAL\Types\ActionType;
use Infinito\DBAL\Types\Meta\Right\LayerType;
/**
* @author kevinfrantz
@@ -25,7 +25,7 @@ class SourceApiController extends AbstractAPIController
* )
* {@inheritdoc}
*
* @see \App\Controller\API\AbstractAPIController::read()
* @see \Infinito\Controller\API\AbstractAPIController::read()
*/
public function read(MVCRoutineServiceInterface $mvcRoutineService, RequestedActionServiceInterface $requestedActionService, $identifier): Response
{
@@ -44,7 +44,7 @@ class SourceApiController extends AbstractAPIController
* )
* {@inheritdoc}
*
* @see \App\Controller\API\AbstractAPIController::update()
* @see \Infinito\Controller\API\AbstractAPIController::update()
*/
public function update(Request $request, $identifier): Response
{
@@ -57,7 +57,7 @@ class SourceApiController extends AbstractAPIController
* )
* {@inheritdoc}
*
* @see \App\Controller\API\AbstractAPIController::list()
* @see \Infinito\Controller\API\AbstractAPIController::list()
*/
public function list(Request $request): Response
{
@@ -70,7 +70,7 @@ class SourceApiController extends AbstractAPIController
* )
* {@inheritdoc}
*
* @see \App\Controller\API\AbstractAPIController::delete()
* @see \Infinito\Controller\API\AbstractAPIController::delete()
*/
public function delete(Request $request, $identifier): Response
{

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Controller;
namespace Infinito\Controller;
use FOS\RestBundle\Controller\AbstractFOSRestController;

View File

@@ -1,14 +1,14 @@
<?php
namespace App\Controller;
namespace Infinito\Controller;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\HttpFoundation\Response;
use App\Domain\MVCManagement\MVCRoutineServiceInterface;
use App\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use App\DBAL\Types\ActionType;
use App\Domain\FixtureManagement\FixtureSource\ImpressumFixtureSource;
use App\DBAL\Types\Meta\Right\LayerType;
use Infinito\Domain\MVCManagement\MVCRoutineServiceInterface;
use Infinito\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use Infinito\DBAL\Types\ActionType;
use Infinito\Domain\FixtureManagement\FixtureSource\ImpressumFixtureSource;
use Infinito\DBAL\Types\Meta\Right\LayerType;
/**
* This controller offers the standart routes for the template.

View File

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

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Controller;
namespace Infinito\Controller;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\RedirectResponse;

View File

@@ -1,8 +1,8 @@
<?php
namespace App\DBAL\Types;
namespace Infinito\DBAL\Types;
use App\DBAL\Types\Meta\Right\CRUDType;
use Infinito\DBAL\Types\Meta\Right\CRUDType;
/**
* Containes all actions which can be done.

View File

@@ -1,6 +1,6 @@
<?php
namespace App\DBAL\Types;
namespace Infinito\DBAL\Types;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\DBAL\Types;
namespace Infinito\DBAL\Types;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\DBAL\Types\Meta\Right;
namespace Infinito\DBAL\Types\Meta\Right;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\DBAL\Types\Meta\Right;
namespace Infinito\DBAL\Types\Meta\Right;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\DBAL\Types;
namespace Infinito\DBAL\Types;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DBAL\Types;
namespace Infinito\DBAL\Types;
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;
use App\Domain\FixtureManagement\FixtureSource\ImpressumFixtureSource;
use App\Domain\FixtureManagement\FixtureSource\GuestUserFixtureSource;
use Infinito\Domain\FixtureManagement\FixtureSource\ImpressumFixtureSource;
use Infinito\Domain\FixtureManagement\FixtureSource\GuestUserFixtureSource;
/**
* Containes the system slugs.

View File

@@ -1,12 +1,12 @@
<?php
namespace App\DataFixtures;
namespace Infinito\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\Persistence\ObjectManager;
use App\Entity\User;
use Infinito\Entity\User;
use FOS\UserBundle\Doctrine\UserManager;
use App\Entity\UserInterface;
use Infinito\Entity\UserInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DataFixtures;
namespace Infinito\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\Persistence\ObjectManager;
use App\Domain\FixtureManagement\FixtureSourceFactory;
use Infinito\Domain\FixtureManagement\FixtureSourceFactory;
/**
* @author kevinfrantz

View File

@@ -1,10 +1,10 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
use App\Entity\EntityInterface;
use App\Exception\NotSecureException;
use App\Exception\NotValidByFormException;
use Infinito\Entity\EntityInterface;
use Infinito\Exception\NotSecureException;
use Infinito\Exception\NotValidByFormException;
/**
* @author kevinfrantz
@@ -41,7 +41,7 @@ abstract class AbstractAction extends AbstractActionConstructor implements Actio
*
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionInterface::execute()
* @see \Infinito\Domain\ActionManagement\ActionInterface::execute()
*/
final public function execute()
{

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
/**
* This class just containes the constructor

View File

@@ -1,15 +1,15 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
use App\Exception\NoDefaultClassException;
use Infinito\Exception\NoDefaultClassException;
/**
* @author kevinfrantz
*/
final class ActionFactoryService extends AbstractActionConstructor implements ActionFactoryServiceInterface
{
const BASE_NAMESPACE = 'App\\Domain\\ActionManagement\\';
const BASE_NAMESPACE = 'Infinito\\Domain\\ActionManagement\\';
const CLASS_SUFFIX = 'Action';
@@ -67,7 +67,7 @@ final class ActionFactoryService extends AbstractActionConstructor implements Ac
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionFactoryServiceInterface::create()
* @see \Infinito\Domain\ActionManagement\ActionFactoryServiceInterface::create()
*/
public function create(): ActionInterface
{

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
/**
* Offers a function to create an action object by the RequestedActionService.

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
/**
* @author kevinfrantz
@@ -23,7 +23,7 @@ final class ActionHandlerService implements ActionHandlerServiceInterface
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionHandlerServiceInterface::handle()
* @see \Infinito\Domain\ActionManagement\ActionHandlerServiceInterface::handle()
*/
public function handle()
{

View File

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

View File

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

View File

@@ -1,17 +1,17 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
use App\Domain\RequestManagement\Action\RequestedActionInterface;
use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\RequestManagement\Action\RequestedActionInterface;
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use App\Repository\RepositoryInterface;
use Infinito\Repository\RepositoryInterface;
use Symfony\Component\Form\FormBuilderInterface;
use Doctrine\ORM\EntityManagerInterface;
use App\Domain\FormManagement\RequestedActionFormBuilderServiceInterface;
use App\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use App\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
use Infinito\Domain\FormManagement\RequestedActionFormBuilderServiceInterface;
use Infinito\Domain\RequestManagement\Action\RequestedActionServiceInterface;
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
/**
* @author kevinfrantz
@@ -64,7 +64,7 @@ final class ActionService implements ActionServiceInterface
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionServiceInterface::getRequestedAction()
* @see \Infinito\Domain\ActionManagement\ActionServiceInterface::getRequestedAction()
*/
public function getRequestedAction(): RequestedActionInterface
{
@@ -74,7 +74,7 @@ final class ActionService implements ActionServiceInterface
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionServiceInterface::isRequestedActionSecure()
* @see \Infinito\Domain\ActionManagement\ActionServiceInterface::isRequestedActionSecure()
*/
public function isRequestedActionSecure(): bool
{
@@ -92,7 +92,7 @@ final class ActionService implements ActionServiceInterface
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionServiceInterface::getRequest()
* @see \Infinito\Domain\ActionManagement\ActionServiceInterface::getRequest()
*/
public function getRequest(): Request
{
@@ -100,9 +100,9 @@ final class ActionService implements ActionServiceInterface
}
/**
* {@use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;inheritDoc}.
* {@use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;inheritDoc}.
*
* @see \App\Domain\ActionManagement\ActionServiceInterface::getRepository()
* @see \Infinito\Domain\ActionManagement\ActionServiceInterface::getRepository()
*/
public function getRepository(): RepositoryInterface
{
@@ -114,7 +114,7 @@ final class ActionService implements ActionServiceInterface
/**
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionServiceInterface::getEntityManager()
* @see \Infinito\Domain\ActionManagement\ActionServiceInterface::getEntityManager()
*/
public function getEntityManager(): EntityManagerInterface
{

View File

@@ -1,10 +1,10 @@
<?php
namespace App\Domain\ActionManagement;
namespace Infinito\Domain\ActionManagement;
use App\Domain\RequestManagement\Action\RequestedActionInterface;
use Infinito\Domain\RequestManagement\Action\RequestedActionInterface;
use Symfony\Component\HttpFoundation\Request;
use App\Repository\RepositoryInterface;
use Infinito\Repository\RepositoryInterface;
use Symfony\Component\Form\FormBuilderInterface;
use Doctrine\ORM\EntityManagerInterface;

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