AddANewImageToAnImageListAction
in package
Class AddANewImageToAnImageListAction
Table of Contents
- $factory : ImageListFactory
- $readService : ImageListReadService
- $writeService : ImageListWriteService
- __construct() : mixed
- AddANewImageToAnImageListAction constructor.
- __invoke() : Response
Properties
$factory
private
ImageListFactory
$factory
$readService
private
ImageListReadService
$readService
$writeService
private
ImageListWriteService
$writeService
Methods
__construct()
AddANewImageToAnImageListAction constructor.
public
__construct(ImageListFactory $factory, ImageListReadService $readService, ImageListWriteService $writeService) : mixed
Parameters
- $factory : ImageListFactory
- $readService : ImageListReadService
- $writeService : ImageListWriteService
Return values
mixed —__invoke()
public
__invoke(Request $request, Response $response, array<string|int, mixed> $args) : Response