RouterBase

实现 RouterInterface

基本组件路由类

抽象

3.3

Joomla CMS

方法

__construct

类构造函数。

__construct(\Joomla\CMS\Application\CMSApplication app = null, \Joomla\CMS\Menu\AbstractMenu menu = null) : 

3.4

参数

app

CMSApplication路由器应使用的应用程序对象

menu

AbstractMenu路由器应使用的菜单对象

响应

混合

preprocess

预处理 URL 的通用方法

preprocess(mixed||string|int query) : mixed||string|int

3.3

参数

query

array<string|int, mixed>URL 参数的关联数组

响应

array<string|int, mixed>用于组装后续 URL 的 URL 参数。

属性

app

路由器中使用的应用程序对象

3.4

类型

CMSApplication

menu

路由器中使用的菜单对象

3.4

类型

AbstractMenu