1 | <?php |
||
14 | class DataMapActionExecutor implements ActionExecutorInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var DataMappers |
||
18 | */ |
||
19 | protected $dataMappers; |
||
20 | |||
21 | 2 | public function __construct(DataMappers $dataMappers) |
|
25 | |||
26 | /** |
||
27 | * @inheritDoc |
||
28 | */ |
||
29 | 1 | public function execute(array $arguments) |
|
36 | |||
37 | /** |
||
38 | * @inheritDoc |
||
39 | */ |
||
40 | 1 | public static function getSupportedAction() : string |
|
44 | |||
45 | } |
||
46 |