BankingDetailOptionController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- createOptionAction() : mixed
- listOptionsAction() : mixed
- updateOptionAction() : mixed
- getFilteredOptionInputData() : mixed
- notImplemented() : mixed
- requestGetInputWithMethod() : mixed
Properties
$bankingDetailOptionService
private
BankingDetailOptionService
$bankingDetailOptionService
$request
private
Request
$request
$response
private
Response
$response
Methods
__construct()
public
__construct(Request $request, Response $response, BankingDetailOptionService $bankingDetailOptionService) : mixed
Parameters
- $request : Request
- $response : Response
- $bankingDetailOptionService : BankingDetailOptionService
createOptionAction()
public
createOptionAction() : mixed
listOptionsAction()
public
listOptionsAction() : mixed
updateOptionAction()
public
updateOptionAction(mixed $optionId) : mixed
Parameters
- $optionId : mixed
getFilteredOptionInputData()
private
getFilteredOptionInputData(string $method) : mixed
Parameters
- $method : string
notImplemented()
private
notImplemented() : mixed
requestGetInputWithMethod()
private
requestGetInputWithMethod([mixed $method = "get" ][, mixed $name = null ][, mixed $filters = null ][, mixed $defaultValue = null ][, mixed $notAllowEmpty = false ][, mixed $noRecursive = false ]) : mixed
Parameters
- $method : mixed = "get"
- $name : mixed = null
- $filters : mixed = null
- $defaultValue : mixed = null
- $notAllowEmpty : mixed = false
- $noRecursive : mixed = false