RemoveImageFromImageListAction
extends AbstractAction
in package
Class RemoveImageFromImageListAction
Table of Contents
- $textManager : TextManager
- $url : Url
- $factory : ImageListFactory
- $readService : ImageListReadService
- $writeService : ImageListWriteService
- __construct() : mixed
- DeleteImageListAction constructor.
- __invoke() : Response
- This method will be called in order to process the incoming request.
- handle() : Response
- Executes the business logic of the incoming request.
- initAbstractAction() : void
- Module action initialization.
- translate() : string
- Translates the section phrase.
Properties
$textManager
protected
TextManager
$textManager
$url
protected
Url
$url
$factory
private
ImageListFactory
$factory
$readService
private
ImageListReadService
$readService
$writeService
private
ImageListWriteService
$writeService
Methods
__construct()
DeleteImageListAction constructor.
public
__construct(ImageListWriteService $writeService, ImageListReadService $readService, ImageListFactory $factory) : mixed
Parameters
- $writeService : ImageListWriteService
- $readService : ImageListReadService
- $factory : ImageListFactory
Return values
mixed —__invoke()
This method will be called in order to process the incoming request.
public
__invoke(Request $request, Response $response) : Response
Parameters
Return values
Response —handle()
Executes the business logic of the incoming request.
public
handle(Request $request, Response $response) : Response
Parameters
Tags
Return values
Response —initAbstractAction()
Module action initialization.
public
initAbstractAction(Url $url, TextManager $textManager) : void
Parameters
- $url : Url
- $textManager : TextManager
Return values
void —translate()
Translates the section phrase.
protected
translate(string $phrase, string $section[, int|null $languageId = null ]) : string
Parameters
- $phrase : string
- $section : string
- $languageId : int|null = null