1 | <?php |
||
13 | class DataMapAction extends BaseAction |
||
14 | { |
||
15 | /** |
||
16 | * DataMapAction constructor. |
||
17 | * |
||
18 | * @param string $mapperName |
||
19 | * @param mixed $input |
||
20 | */ |
||
21 | 2 | public function __construct(string $mapperName, $input) |
|
25 | |||
26 | /** |
||
27 | * @inheritDoc |
||
28 | */ |
||
29 | 1 | public function getName() : string |
|
33 | } |
||
34 |