CategoryFactory

Implements CategoryFactoryInterface

Option based categories factory.

since

3.10.0

package

Joomla CMS

Methods

__construct

The namespace must be like: Joomla\Component\Content

__construct( namespace) : 
since

4.0.0

Arguments

namespace

stringThe namespace

Response

mixed

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

Properties

namespace

The namespace to create the categories from.

since

4.0.0

Type(s)

string