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

抛出

SectionNotFoundException

参数

options

array<string|int, mixed>选项

section

string

响应

CategoryInterface

prepareForm

准备类别表单

prepareForm(\Joomla\CMS\Form\Form form, array|object data) : 

参数

form

Form要更改的表单

data

array<string|int, mixed>|object表单数据

响应

void