mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Optimized interface namespace path
This commit is contained in:
parent
e9e8fb91df
commit
871c100d28
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Creator\Factory\Facade\Security;
|
||||
|
||||
use App\Structur\Facade\Security\Source\interfaces\SourceFacadeInterface;
|
||||
use App\Structur\Facade\Security\Source\SourceFacadeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -4,12 +4,12 @@ namespace App\Creator\Modificator\Entity;
|
||||
|
||||
use App\DBAL\Types\LayerType;
|
||||
use App\DBAL\Types\RightType;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use App\Entity\Right;
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\LawInterface;
|
||||
use App\DBAL\Types\RecieverType;
|
||||
use App\Entity\Interfaces\RightInterface;
|
||||
use App\Entity\Interfaces\RecieverGroupInterface;
|
||||
use App\Entity\RightInterface;
|
||||
use App\Entity\RecieverGroupInterface;
|
||||
use App\Entity\RecieverGroup;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\LawInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\LawInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\NameSourceInterface;
|
||||
use App\Entity\NameSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\NameSourceInterface;
|
||||
use App\Entity\NameSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\RecieverGroupInterface;
|
||||
use App\Entity\RecieverGroupInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\RecieverGroupInterface;
|
||||
use App\Entity\RecieverGroupInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\RightInterface;
|
||||
use App\Entity\RightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\RightInterface;
|
||||
use App\Entity\RightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\User;
|
||||
use App\Entity\Interfaces\UserInterface;
|
||||
use App\Entity\UserInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\UserInterface;
|
||||
use App\Entity\UserInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Entity\Attribut;
|
||||
|
||||
use App\Entity\Interfaces\UserSourceInterface;
|
||||
use App\Entity\UserSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Attribut\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\UserSourceInterface;
|
||||
use App\Entity\UserSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -6,8 +6,8 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
use App\Entity\Attribut\RightsAttribute;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use App\Entity\Attribut\NodeAttribut;
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\LawInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\RightsAttributInterface;
|
||||
use App\Entity\Method\Interfaces\NodeGrantedInterface;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Entity\Method\Interfaces;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -9,9 +9,9 @@ use App\Entity\Attribut\ParentsAttribut;
|
||||
use App\Entity\Attribut\ChildsAttribut;
|
||||
use App\Entity\Attribut\LawAttribut;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\LawInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\SourceAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\IdAttributInterface;
|
||||
|
@ -9,8 +9,8 @@ use App\DBAL\Types\RecieverType;
|
||||
use Symfony\Component\Intl\Exception\NotImplementedException;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Fresh\DoctrineEnumBundle\Validator\Constraints as DoctrineAssert;
|
||||
use App\Entity\Interfaces\RecieverGroupInterface;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\RecieverGroupInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -14,10 +14,10 @@ use App\Logic\Operation\OperationInterface;
|
||||
use App\Entity\Attribut\ConditionAttribut;
|
||||
use App\Entity\Attribut\RecieverGroupAttribut;
|
||||
use App\Entity\Attribut\LayerAttribut;
|
||||
use App\Entity\Interfaces\LawInterface;
|
||||
use App\Entity\Interfaces\RecieverGroupInterface;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\Interfaces\RightInterface;
|
||||
use App\Entity\LawInterface;
|
||||
use App\Entity\RecieverGroupInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use App\Entity\RightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\TypeAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\LawAttributInterface;
|
||||
|
@ -5,8 +5,8 @@ namespace App\Entity;
|
||||
use App\Entity\Attribut\NodeAttribut;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use JMS\Serializer\Annotation\Exclude;
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -5,7 +5,7 @@ namespace App\Entity;
|
||||
use App\Entity\Attribut\NameAttribut;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
use App\Entity\Interfaces\NameSourceInterface;
|
||||
use App\Entity\NameSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\NameAttributInterface;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\NodeAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\RecieverAttributInterface;
|
||||
|
@ -6,8 +6,8 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
use App\Entity\Attribut\UserAttribut;
|
||||
use App\Entity\Attribut\NameSourceAttribut;
|
||||
use App\Entity\Interfaces\UserSourceInterface;
|
||||
use App\Entity\Interfaces\NameSourceInterface;
|
||||
use App\Entity\UserSourceInterface;
|
||||
use App\Entity\NameSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\UserAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\NameSourceAttributInterface;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\NodeAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\IdAttributInterface;
|
||||
|
@ -8,8 +8,8 @@ use App\Entity\Attribut\Interfaces\SourceAttributInterface;
|
||||
use App\Entity\Attribut\SourceAttribut;
|
||||
use App\Entity\Attribut\IdAttribut;
|
||||
use App\Creator\Modificator\Entity\LawModificator;
|
||||
use App\Entity\Interfaces\UserInterface;
|
||||
use App\Entity\Interfaces\UserSourceInterface;
|
||||
use App\Entity\UserInterface;
|
||||
use App\Entity\UserSourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace App\Entity\Interfaces;
|
||||
namespace App\Entity;
|
||||
|
||||
use FOS\UserBundle\Model\UserInterface as FOSUserInterface;
|
||||
use App\Entity\Attribut\Interfaces\SourceAttributInterface;
|
||||
|
@ -4,9 +4,9 @@ namespace App\Security;
|
||||
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
|
||||
use Symfony\Component\Security\Core\Authorization\Voter\Voter;
|
||||
use App\DBAL\Types\RightType;
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
use App\DBAL\Types\LayerType;
|
||||
use App\Entity\Interfaces\UserInterface;
|
||||
use App\Entity\UserInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
namespace App\Structur\Facade\Security\Source;
|
||||
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\User;
|
||||
use App\DBAL\Types\RightType;
|
||||
use App\DBAL\Types\LayerType;
|
||||
use App\Structur\Facade\Security\Source\interfaces\SourceFacadeInterface;
|
||||
use App\Structur\Facade\Security\Source\SourceFacadeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
namespace App\Structur\Facade\Security\Source;
|
||||
|
||||
namespace App\Structur\Facade\Security\Source\interfaces;
|
||||
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface SourceFacadeInterface extends SourceInterface
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Structur\Facade\Security\Source;
|
||||
|
||||
use App\Entity\Interfaces\NameSourceInterface;
|
||||
use App\Entity\NameSourceInterface;
|
||||
use App\Entity\User;
|
||||
use App\Entity\Interfaces\UserSourceInterface;
|
||||
use App\Entity\UserSourceInterface;
|
||||
use App\DBAL\Types\RightType;
|
||||
use App\DBAL\Types\LayerType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user