#  DataMapperResolver

**Fully Qualified**: [`\Frontastic\Common\ShopwareBundle\Domain\DataMapper\DataMapperResolver`](../../../../../src/php/ShopwareBundle/Domain/DataMapper/DataMapperResolver.php)

## Methods

* [__construct()](#__construct)
* [getMapper()](#getmapper)

### __construct()

```php
public function __construct(
    iterable $mappers
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$mappers`|`iterable`||

Return Value: `mixed`

### getMapper()

```php
public function getMapper(
    string $name
): DataMapperInterface
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$name`|`string`||

Return Value: [`DataMapperInterface`](DataMapperInterface.md)

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
