Renamed domain MethodManagement to Method

This commit is contained in:
Kevin Frantz 2019-05-30 16:32:09 +02:00
parent 78fd41420b
commit 49d085388d
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\Domain\Layer\LayerInterfaceMap;
use FOS\UserBundle\Model\UserInterface;
use Infinito\Exception\Core\NotCorrectInstanceCoreException;
use Infinito\Domain\MethodManagement\MethodPrefixType;
use Infinito\Domain\Method\MethodPrefixType;
/**
* This class is not ready and not tested!

View File

@ -10,7 +10,7 @@ use Infinito\Entity\Meta\LawInterface;
use Infinito\Domain\RightManagement\RightChecker;
use Infinito\Entity\Source\SourceInterface;
use Infinito\Domain\SourceManagement\SourceMemberInformation;
use Infinito\Domain\MethodManagement\MethodPrefixType;
use Infinito\Domain\Method\MethodPrefixType;
/**
* @todo Implement checking by operation sources

View File

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

View File

@ -5,7 +5,7 @@ namespace Infinito\Domain\RightManagement;
use Infinito\Entity\Meta\RightInterface;
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
use Infinito\Entity\Meta\Right;
use Infinito\Domain\MethodManagement\MethodPrefixType;
use Infinito\Domain\Method\MethodPrefixType;
/**
* @author kevinfrantz

View File

@ -6,7 +6,7 @@ use Infinito\Entity\Meta\RightInterface;
use Infinito\Entity\Source\SourceInterface;
use Infinito\Domain\Law\LawPermissionChecker;
use Infinito\Exception\Permission\NoSourcePermissionException;
use Infinito\Domain\MethodManagement\MethodPrefixType;
use Infinito\Domain\Method\MethodPrefixType;
/**
* @author kevinfrantz

View File

@ -10,7 +10,7 @@ use Doctrine\Common\Collections\ArrayCollection;
use Infinito\Exception\Attribut\AllreadyDefinedAttributException;
use Infinito\Exception\Collection\ContainsElementException;
use Infinito\Exception\Collection\NotSetElementException;
use Infinito\Domain\MethodManagement\MethodPrefixType;
use Infinito\Domain\Method\MethodPrefixType;
/**
* @author kevinfrantz