mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Renamed domain DomManagement to Dom
This commit is contained in:
		| @@ -12,4 +12,4 @@ twig: | ||||
|         # @todo rename variable | ||||
|         action_template_data_store_service: "@Infinito\\Domain\\DataAccessManagement\\ActionsViewsDAOService" | ||||
|         # @todo Remove dom service | ||||
|         entity_dom_service: "@Infinito\\Domain\\DomManagement\\EntityDomServiceInterface" | ||||
|         entity_dom_service: "@Infinito\\Domain\\Dom\\EntityDomServiceInterface" | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Infinito\Domain\DomManagement; | ||||
| namespace Infinito\Domain\Dom; | ||||
| 
 | ||||
| use Infinito\Entity\EntityInterface; | ||||
| use Doctrine\Common\Collections\Collection; | ||||
| @@ -176,7 +176,7 @@ final class EntityDomService implements EntityDomServiceInterface | ||||
|     /** | ||||
|      * {@inheritdoc} | ||||
|      * | ||||
|      * @see \Infinito\Domain\DomManagement\EntityDomServiceInterface::getDomDocument() | ||||
|      * @see \Infinito\Domain\Dom\EntityDomServiceInterface::getDomDocument() | ||||
|      */ | ||||
|     public function getDomDocument(): \DOMDocument | ||||
|     { | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Infinito\Domain\DomManagement; | ||||
| namespace Infinito\Domain\Dom; | ||||
| 
 | ||||
| /** | ||||
|  * Allows to build a DOM for an entity. | ||||
| @@ -1,11 +1,11 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace tests\Unit\Domain\DomManagement; | ||||
| namespace tests\Unit\Domain\Dom; | ||||
| 
 | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use Infinito\Domain\DomManagement\EntityDomServiceInterface; | ||||
| use Infinito\Domain\Dom\EntityDomServiceInterface; | ||||
| use Infinito\Domain\RequestManagement\Entity\RequestedEntityServiceInterface; | ||||
| use Infinito\Domain\DomManagement\EntityDomService; | ||||
| use Infinito\Domain\Dom\EntityDomService; | ||||
| use Infinito\Entity\Source\AbstractSource; | ||||
| use Infinito\Attribut\SlugAttributInterface; | ||||
| use Infinito\Attribut\IdAttributInterface; | ||||
		Reference in New Issue
	
	Block a user