RouterBase
实现 RouterInterface基本组件路由类
抽象
自 |
3.3 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数。
__construct(\Joomla\CMS\Application\CMSApplication app = null, \Joomla\CMS\Menu\AbstractMenu menu = null) :
preprocess
预处理 URL 的通用方法
preprocess(mixed||string|int query) : mixed||string|int
自 |
3.3 |
---|
参数
- query
array<string|int, mixed>
URL 参数的关联数组
响应
array<string|int, mixed>
用于组装后续 URL 的 URL 参数。