Class JComponentRouterViewconfiguration
View-configuration class for the view-based component router
Package: Joomla\Libraries\Component
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.5
Located at cms/component/router/viewconfiguration.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.5
Located at cms/component/router/viewconfiguration.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
#
setParent(
Set the parent view of this view |
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
string
|
$name |
#
Name of the view |
public
string
|
$key |
#
Key of the view |
public
|
$parent |
#
Parentview of this one |
public
string
|
$parent_key |
#
Key of the parentview |
public
boolean
|
$nestable |
#
Is this view nestable? |
public
array
|
$layouts |
#
Layouts that are supported by this view |
public
|
$children |
#
Child-views of this view |
public
array
|
$child_keys |
#
Keys used for this parent view by the child views |
public
array
|
$path |
#
Path of views from this one to the root view |