Logidav Docs

PrestoController extends Controller
in package

Presto controller.

Tags
Route

("presto")

Table of Contents

Methods

indexAction()  : mixed
Lists all sale entities.
prestoPaginateAction()  : mixed
Pagination for presto list page
StatusPaylinePrestoAction()  : JsonResponse
get Presto Status from WS

Methods

indexAction()

Lists all sale entities.

public indexAction() : mixed
Tags
Route

("/", name="presto_index")

Method

("GET")

@return

Response\

prestoPaginateAction()

Pagination for presto list page

public prestoPaginateAction(Request $request) : mixed
Parameters
$request : Request
Tags
Route

("/paginate", name="presto_index_paginate")

StatusPaylinePrestoAction()

get Presto Status from WS

public StatusPaylinePrestoAction(Request $request) : JsonResponse
Parameters
$request : Request
Tags
Route

("/status-payllne-presto", name="status_payllne_presto")

Method

("POST")

Return values
JsonResponse

        
On this page

Search results