ConfigureWidget
extends AbstractAction
in package
Class AbstractAction
Tags
Table of Contents
- SCHEMA_ID = "https://gambio.com/schema/ConfigureWidgetRequestBody.json"
- $textManager : TextManager
- $url : Url
- $service : Service
- $validator : SchemaValidator
- __construct() : mixed
- 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.
Constants
SCHEMA_ID
private
mixed
SCHEMA_ID
= "https://gambio.com/schema/ConfigureWidgetRequestBody.json"
Properties
$textManager
protected
TextManager
$textManager
$url
protected
Url
$url
$service
private
Service
$service
$validator
private
SchemaValidator
$validator
Methods
__construct()
Constructor.
public
__construct(Service $service, SchemaValidator $validator) : mixed
Parameters
- $service : Service
- $validator : SchemaValidator
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