CategoryController
extends Controller
in package
vidaxl controller.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- vidaxlController constructor.
- vidaxlCategoryChangeStatusAction() : Response|null
- change status categorie.
- vidaxlCategoryIndexAction() : mixed
- Lists all categories categories.
Properties
$categoryService
protected
CategoryService|null
$categoryService
$configService
protected
ConfigService
$configService
Methods
__construct()
vidaxlController constructor.
public
__construct([CategoryService|null $categoryService = null ]) : mixed
Parameters
- $categoryService : CategoryService|null = null
vidaxlCategoryChangeStatusAction()
change status categorie.
public
vidaxlCategoryChangeStatusAction(Request $request, CategoryService $categoryService) : Response|null
Parameters
- $request : Request
- $categoryService : CategoryService
Tags
Return values
Response|nullvidaxlCategoryIndexAction()
Lists all categories categories.
public
vidaxlCategoryIndexAction() : mixed