Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe RouterViewConfiguration

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()
 

Description détaillée

View-configuration class for the view-based component router

Depuis
3.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $name)

Constructor for the View-configuration class

Paramètres
string$nameName of the view
Depuis
3.5

Références $name, name, et path.

Documentation des fonctions membres

◆ addLayout()

addLayout (   $layout)

Add a layout to this view

Paramètres
string$layoutLayouts that this view supports
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $layout, et $this.

◆ removeLayout()

removeLayout (   $layout)

Remove a layout from this view

Paramètres
string$layoutLayouts that this view supports
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $key, $layout, et $this.

◆ setKey()

setKey (   $key)

Set the key-identifier for the view

Paramètres
string$keyKey of the view
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $key, et $this.

◆ setName()

setName (   $name)

Set the name of the view

Paramètres
string$nameName of the view
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $name, $this, name, et path.

◆ setNestable()

setNestable (   $isNestable = true)

Set if this view is nestable or not

Paramètres
bool$isNestableIf set to true, the view is nestable
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $this.

◆ setParent()

setParent ( RouterViewConfiguration  $parent,
  $parentKey = null 
)

Set the parent view of this view

Paramètres
RouterViewConfiguration$parentParent view object
string$parentKeyKey of the parent view in this context
Renvoie
RouterViewConfiguration This object for chaining
Depuis
3.5

Références $key, $name, $this, parent, et path.

Documentation des champs

◆ $child_keys

$child_keys = array()

◆ $children

$children = array()

◆ $key

$key = false

◆ $layouts

$layouts = array('default')

◆ $name

$name

◆ $nestable

$nestable = false

◆ $parent

◆ $parent_key

$parent_key = false

◆ $path

$path = array()

La documentation de cette classe a été générée à partir du fichier suivant :