1 | <?php |
||
7 | class DefaultMappingFactory implements MappingFactoryInterface |
||
8 | { |
||
9 | /** |
||
10 | * @var Mappings |
||
11 | */ |
||
12 | private $mappings; |
||
13 | |||
14 | 21 | public function __construct(Mappings $mappings = null) |
|
22 | |||
23 | /** |
||
24 | * (non-PHPdoc). |
||
25 | * |
||
26 | * @see \Mathielen\ImportEngine\Mapping\MappingFactoryInterface::factor() |
||
27 | */ |
||
28 | 18 | public function factor(ReaderInterface $reader) |
|
32 | } |
||
33 |