| 1 | <?php | ||
| 14 | class DataModifyActionExecutor implements ActionExecutorInterface | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * @var DataModifierGroups | ||
| 18 | */ | ||
| 19 | protected $dataModifierGroups; | ||
| 20 | |||
| 21 | 1 | public function __construct(DataModifierGroups $dataModifierGroups) | |
| 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 |