Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($name) | |
setName ($name) | |
setKey ($key) | |
setParent (RouterViewconfiguration $parent, $parentKey=false) | |
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 |
Références $layout.
removeLayout | ( | $layout | ) |
setKey | ( | $key | ) |
Set the key-identifier for the view
string | $key | Key of the view |
Références $key.
setName | ( | $name | ) |
setNestable | ( | $isNestable = true | ) |
Set if this view is nestable or not
bool | $isNestable | If set to true, the view is nestable |
setParent | ( | RouterViewconfiguration | $parent, |
$parentKey = false |
|||
) |
$child_keys = array() |
$children = array() |
$key = false |
$layouts = array('default') |
$name |
$nestable = false |
$parent_key = false |
$path = array() |