Interface CategoryFactoryInterface

Interface CategoryFactoryInterface

This interface defines methods for creating Category and StoredCategory objects with its CategorySettings dependency.

Direct known implementers

CategoryFactory

Methods summary

public createCategory( void ) : Category

Creates and returns a new instance of a category object.

public createStoredCategory( IdType $categoryId ) : StoredCategory

Creates and returns a new instance of a stored category object.

public createCategorySettings( void ) : CategorySettings

Creates and returns a new instance of a category settings object.