CategoryFactory

实现 CategoryFactoryInterface

基于选项的类别工厂。

3.10.0

Joomla CMS

方法

__construct

命名空间必须类似于:Joomla\Component\Content

__construct( namespace) : 

4.0.0

参数

命名空间

string命名空间

响应

混合

createCategory

创建类别。

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

3.10.0

抛出

SectionNotFoundException

参数

选项

array<string|int, mixed>选项

版块

string版块

响应

CategoryInterface

属性

命名空间

要从中创建类别的命名空间。

4.0.0

类型

字符串