RouterViewConfiguration
基于视图的组件路由器的视图配置类
自 |
3.5 |
---|---|
包 |
Joomla CMS |
方法
__construct
视图配置类的构造函数
__construct( name) :
自 |
3.5 |
---|
参数
- name
string
视图的名称
响应
混合
addLayout
向此视图添加布局
addLayout( layout) : \Joomla\CMS\Component\Router\RouterViewConfiguration
removeLayout
从此视图中移除布局
removeLayout( layout) : \Joomla\CMS\Component\Router\RouterViewConfiguration
setKey
设置视图的关键标识符
setKey( key) : \Joomla\CMS\Component\Router\RouterViewConfiguration
setName
设置视图的名称
setName( name) : \Joomla\CMS\Component\Router\RouterViewConfiguration
setNestable
设置此视图是否可嵌套
setNestable( isNestable = true) : \Joomla\CMS\Component\Router\RouterViewConfiguration
setParent
设置此视图的父视图
setParent(\Joomla\CMS\Component\Router\RouterViewConfiguration parent, parentKey = null) : \Joomla\CMS\Component\Router\RouterViewConfiguration
属性
name
视图的名称
自 |
3.5 |
---|
类型
string
key
视图的键
自 |
3.5 |
---|
类型
string
parent_key
父视图的键
自 |
3.5 |
---|
类型
string
nestable
此视图是否可嵌套?
自 |
3.5 |
---|
类型
bool
layouts
此视图支持的布局
自 |
3.5 |
---|
类型
array<string|int, mixed>
child_keys
子视图为此父视图使用的键
自 |
3.5 |
---|
类型
array<string|int, mixed>
path
从此视图到根视图的视图路径
自 |
3.5 |
---|
类型
array<string|int, mixed>