Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($name) | |
setName ($name) | |
setKey ($key) | |
setParent (RouterViewConfiguration $parent, $parentKey=null) | |
setNestable ($isNestable=true) | |
addLayout ($layout) | |
removeLayout ($layout) | |
Champs de données | |
$name | |
$key = false | |
$parent = false | |
$parent_key = false | |
$nestable = false | |
$layouts = array('default') | |
$children = array() | |
$child_keys = array() | |
$path = array() | |
View-configuration class for the view-based component router
__construct | ( | $name | ) |
addLayout | ( | $layout | ) |
Add a layout to this view
string | $layout | Layouts that this view supports |
removeLayout | ( | $layout | ) |
Remove a layout from this view
string | $layout | Layouts that this view supports |
setKey | ( | $key | ) |
Set the key-identifier for the view
string | $key | Key of the view |
setName | ( | $name | ) |
Set the name of the view
string | $name | Name of the view |
setNestable | ( | $isNestable = true | ) |
Set if this view is nestable or not
bool | $isNestable | If set to true, the view is nestable |
Références $this.
setParent | ( | RouterViewConfiguration | $parent, |
$parentKey = null |
|||
) |
Set the parent view of this view
RouterViewConfiguration | $parent | Parent view object |
string | $parentKey | Key of the parent view in this context |
$child_keys = array() |
$children = array() |
$key = false |
$layouts = array('default') |
$name |
$nestable = false |
$parent_key = false |
$path = array() |