Interface CategoryRepositoryWriterInterface
This interface defines methods for creating and updating specific category records in the database and is used in the category repository among the interfaces for reading and deleting category records.
category |
System |
---|---|
package |
Category |
subpackage |
Interfaces |
insert(\CategoryInterface $category) : integer
integer
Returns the ID of the new category.
update(\StoredCategoryInterface $category) : \CategoryRepositoryWriterInterface