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 |
---|---|
抛出 |
参数
- 选项
array<string|int, mixed>
选项- 版块
string
版块
响应
属性
命名空间
要从中创建类别的命名空间。
自 |
4.0.0 |
---|
类型
字符串