Neuron-PHP

Deleter

Category deletion service.

Handles safe deletion of categories.

Table of Contents

Properties

$_categoryRepository  : ICategoryRepository
$_eventEmitter  : Emitter|null

Methods

__construct()  : mixed
delete()  : bool
Delete a category by ID

Properties

Methods

delete()

Delete a category by ID

public delete(int $categoryId) : bool
Parameters
$categoryId : int

Category ID to delete

Tags
throws
Exception

If category cannot be deleted

Return values
bool

True if deletion was successful


        
On this page

Search results