Logidav Docs

CategoryController extends Controller
in package

vidaxl controller.

Tags
Route

("vidaxl")

Table of Contents

Properties

$categoryService  : CategoryService|null
$configService  : ConfigService

Methods

__construct()  : mixed
vidaxlController constructor.
vidaxlCategoryChangeStatusAction()  : Response|null
change status categorie.
vidaxlCategoryIndexAction()  : mixed
Lists all categories categories.

Properties

Methods

vidaxlCategoryChangeStatusAction()

change status categorie.

public vidaxlCategoryChangeStatusAction(Request $request, CategoryService $categoryService) : Response|null
Parameters
$request : Request
$categoryService : CategoryService
Tags
Route

("/vidaxl-category-catalog-change-status", name="vidaxl_category_catalog_change_status")

Method

("POST")

Return values
Response|null

vidaxlCategoryIndexAction()

Lists all categories categories.

public vidaxlCategoryIndexAction() : mixed
Tags
Route

("/vidaxl-category", name="vidaxl_category_index")

Method

("GET")


        
On this page

Search results