ProductLabelDicionaryController
extends Controller
in package
ProductLabelDicionaryController controller.
Tags
Table of Contents
Methods
- addDicionaryAction() : Response|null
- add new label.
- deleteLabelDicionaryAction() : JsonResponse
- delete labele.
- dictionaryPaginateAction() : JsonResponse
- index dicionary.
- paginateAjaxModaleDictionaryAction() : JsonResponse
- generate data for modale dicionary.
Methods
addDicionaryAction()
add new label.
public
addDicionaryAction(Request $request, ProductLabelMatchDictionaryService $productlabelmatchdictionaryService, ProductLabelDictionaryService $productLabelDictionaryService) : Response|null
Parameters
- $request : Request
- $productlabelmatchdictionaryService : ProductLabelMatchDictionaryService
- $productLabelDictionaryService : ProductLabelDictionaryService
Tags
Return values
Response|nulldeleteLabelDicionaryAction()
delete labele.
public
deleteLabelDicionaryAction(ProductLabelMatchDictionaryService $productlabelmatchdictionaryService, Request $request) : JsonResponse
Parameters
- $productlabelmatchdictionaryService : ProductLabelMatchDictionaryService
- $request : Request
Tags
Return values
JsonResponsedictionaryPaginateAction()
index dicionary.
public
dictionaryPaginateAction(ProductLabelMatchDictionaryService $productlabelmatchdictionaryService, Request $request) : JsonResponse
Parameters
- $productlabelmatchdictionaryService : ProductLabelMatchDictionaryService
- $request : Request
Tags
Return values
JsonResponsepaginateAjaxModaleDictionaryAction()
generate data for modale dicionary.
public
paginateAjaxModaleDictionaryAction(ProductLabelDictionaryService $productLabelDictionaryService, Request $request) : JsonResponse
Parameters
- $productLabelDictionaryService : ProductLabelDictionaryService
- $request : Request