Documentation

DefaultController extends Controller
in package

Table of Contents

Properties

$ownerService  : mixed
$tokenManager  : mixed

Methods

__construct()  : mixed
addSellingAction()  : JsonResponse
dashboardAction()  : mixed
emailAction()  : mixed
envoyer un email
exportAllAction()  : mixed
export all clients
exportJsonAction()  : JsonResponse
export user data in JSON
getMyExpensesAction()  : JsonResponse
get user expenses
getMyProductsAction()  : JsonResponse
get user products
historyAction()  : mixed
get the history of user's sellings
importAction()  : mixed
indexAction()  : mixed
massCreateAction()  : mixed
import lots of products at once
previsionnelAction()  : mixed
saveMyExpensesAction()  : JsonResponse
recieve the json containing the expanse config of a user
setActiveFestivalAction()  : mixed

Properties

Methods

exportAllAction()

export all clients

public exportAllAction() : mixed
Tags
Route

("/export-all", name="export_all")

historyAction()

get the history of user's sellings

public historyAction() : mixed
Tags
Route

("/history", name="history")

importAction()

public importAction() : mixed
Tags
Route

("/import", name="import")

massCreateAction()

import lots of products at once

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

("/mass-create", name="mass_create")

previsionnelAction()

public previsionnelAction() : mixed
Tags
Route

("/previsionnel", name="previsionnel")

setActiveFestivalAction()

public setActiveFestivalAction(mixed $id) : mixed
Parameters
$id : mixed
Tags
Route

("/set-active-festival/{id}", name="set_active_festival")


        
On this page

Search results