ChangeCustomerGroupAction
in package
Class ChangeCustomerGroupAction
Tags
Table of Contents
- $factory : CustomerFactory
- $readService : CustomerReadService
- $writeService : CustomerWriteService
- __construct() : mixed
- __invoke() : Response
Properties
$factory
private
CustomerFactory
$factory
$readService
private
CustomerReadService
$readService
$writeService
private
CustomerWriteService
$writeService
Methods
__construct()
public
__construct(CustomerReadService $readService, CustomerWriteService $writeService, CustomerFactory $factory) : mixed
Parameters
- $readService : CustomerReadService
- $writeService : CustomerWriteService
- $factory : CustomerFactory
Return values
mixed —__invoke()
public
__invoke(Request $request, Response $response, array<string|int, mixed> $args) : Response