CategoryServiceInterface
访问组件特定的类别。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
countItems
为类别管理器添加计数项。
countItems(\stdClass||string|int items, section) :
自 |
4.0.0 |
---|---|
抛出 |
|
参数
- items
array<string|int, stdClass>
类别对象- section
string
节
响应
void
getCategory
返回类别服务。
getCategory(mixed||string|int options = [], section = '') : \Joomla\CMS\Categories\CategoryInterface
自 |
4.0.0 |
---|---|
抛出 |
参数
- options
array<string|int, mixed>
选项- section
string
节
响应
prepareForm
准备类别表单
prepareForm(\Joomla\CMS\Form\Form form, array|object data) :