interface CategoryManagerInterface

Interface CategoryManagerInterface

Methods

QueryBuilder
findAllCategories()

Returns all objects without additional JOIN query

deleteCategory(mixed $array)

No description

Details

at line 26
QueryBuilder findAllCategories()

Returns all objects without additional JOIN query

Return Value

QueryBuilder

at line 35
Category deleteCategory(mixed $array)

Parameters

mixed $array

Return Value

Category

Exceptions

Exception