mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Renamed domain MethodManagement to Method
This commit is contained in:
		@@ -9,7 +9,7 @@ use Infinito\DBAL\Types\Meta\Right\LayerType;
 | 
				
			|||||||
use Infinito\Domain\Layer\LayerInterfaceMap;
 | 
					use Infinito\Domain\Layer\LayerInterfaceMap;
 | 
				
			||||||
use FOS\UserBundle\Model\UserInterface;
 | 
					use FOS\UserBundle\Model\UserInterface;
 | 
				
			||||||
use Infinito\Exception\Core\NotCorrectInstanceCoreException;
 | 
					use Infinito\Exception\Core\NotCorrectInstanceCoreException;
 | 
				
			||||||
use Infinito\Domain\MethodManagement\MethodPrefixType;
 | 
					use Infinito\Domain\Method\MethodPrefixType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * This class is not ready and not tested!
 | 
					 * This class is not ready and not tested!
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ use Infinito\Entity\Meta\LawInterface;
 | 
				
			|||||||
use Infinito\Domain\RightManagement\RightChecker;
 | 
					use Infinito\Domain\RightManagement\RightChecker;
 | 
				
			||||||
use Infinito\Entity\Source\SourceInterface;
 | 
					use Infinito\Entity\Source\SourceInterface;
 | 
				
			||||||
use Infinito\Domain\SourceManagement\SourceMemberInformation;
 | 
					use Infinito\Domain\SourceManagement\SourceMemberInformation;
 | 
				
			||||||
use Infinito\Domain\MethodManagement\MethodPrefixType;
 | 
					use Infinito\Domain\Method\MethodPrefixType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @todo Implement checking by operation sources
 | 
					 * @todo Implement checking by operation sources
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Infinito\Domain\MethodManagement;
 | 
					namespace Infinito\Domain\Method;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;
 | 
					use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -5,7 +5,7 @@ namespace Infinito\Domain\RightManagement;
 | 
				
			|||||||
use Infinito\Entity\Meta\RightInterface;
 | 
					use Infinito\Entity\Meta\RightInterface;
 | 
				
			||||||
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
 | 
					use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
 | 
				
			||||||
use Infinito\Entity\Meta\Right;
 | 
					use Infinito\Entity\Meta\Right;
 | 
				
			||||||
use Infinito\Domain\MethodManagement\MethodPrefixType;
 | 
					use Infinito\Domain\Method\MethodPrefixType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @author kevinfrantz
 | 
					 * @author kevinfrantz
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ use Infinito\Entity\Meta\RightInterface;
 | 
				
			|||||||
use Infinito\Entity\Source\SourceInterface;
 | 
					use Infinito\Entity\Source\SourceInterface;
 | 
				
			||||||
use Infinito\Domain\Law\LawPermissionChecker;
 | 
					use Infinito\Domain\Law\LawPermissionChecker;
 | 
				
			||||||
use Infinito\Exception\Permission\NoSourcePermissionException;
 | 
					use Infinito\Exception\Permission\NoSourcePermissionException;
 | 
				
			||||||
use Infinito\Domain\MethodManagement\MethodPrefixType;
 | 
					use Infinito\Domain\Method\MethodPrefixType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @author kevinfrantz
 | 
					 * @author kevinfrantz
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ use Doctrine\Common\Collections\ArrayCollection;
 | 
				
			|||||||
use Infinito\Exception\Attribut\AllreadyDefinedAttributException;
 | 
					use Infinito\Exception\Attribut\AllreadyDefinedAttributException;
 | 
				
			||||||
use Infinito\Exception\Collection\ContainsElementException;
 | 
					use Infinito\Exception\Collection\ContainsElementException;
 | 
				
			||||||
use Infinito\Exception\Collection\NotSetElementException;
 | 
					use Infinito\Exception\Collection\NotSetElementException;
 | 
				
			||||||
use Infinito\Domain\MethodManagement\MethodPrefixType;
 | 
					use Infinito\Domain\Method\MethodPrefixType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @author kevinfrantz
 | 
					 * @author kevinfrantz
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user