CategoryFactoryInterface

Category factory interface

since

3.10.0

package

Joomla CMS

Methods

createCategory

Creates a category.

createCategory(mixed||string|int options = [],  section = '') : \Joomla\CMS\Categories\CategoryInterface
since

3.10.0

throws

SectionNotFoundException

Arguments

options

array<string|int, mixed>The options

section

stringThe section

Response

CategoryInterface