Interface CategoryFactoryInterface
Interface CategoryFactoryInterface
This interface defines methods for creating Category and StoredCategory objects with its CategorySettings dependency.
Direct known implementers
Package: Category\Interfaces
Category: System
Located at Services/Core/Category/Factories/Interfaces/CategoryFactoryInterface.inc.php
Category: System
Located at Services/Core/Category/Factories/Interfaces/CategoryFactoryInterface.inc.php
Methods summary
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.