Class JViewCategory
Base HTML View class for the a Category list
- JObject
- JViewLegacy
- JViewCategory
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.2
Located at legacy/view/category.php
Methods summary
public
boolean|
|
|
public
mixed
|
|
protected
|
|
protected
|
Methods inherited from JViewLegacy
__construct()
,
_addPath()
,
_createFileName()
,
_setPath()
,
addHelperPath()
,
addTemplatePath()
,
assign()
,
assignRef()
,
escape()
,
get()
,
getForm()
,
getLayout()
,
getLayoutTemplate()
,
getModel()
,
getName()
,
loadHelper()
,
loadTemplate()
,
setDocumentTitle()
,
setEscape()
,
setLayout()
,
setLayoutExt()
,
setModel()
Methods inherited from JObject
__toString()
,
def()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
|
$state |
#
State data |
protected
array
|
$items |
#
Category items data |
protected
JModelCategory
|
$category |
#
The category model object for this category |
protected
array
|
$categories |
#
The list of other categories for this extension. |
protected
|
$pagination |
#
Pagination object |
protected
array
|
$children |
#
Child objects |
protected
string
|
$extension |
#
The name of the extension for the category |
protected
string
|
$viewName |
#
The name of the view to link individual items to |
protected
string
|
$defaultPageTitle |
#
Default title to use for page title |
protected
boolean
|
$runPlugins |
#
Whether to run the standard Joomla plugin events. Off by default for b/c |
Properties inherited from JViewLegacy
$_basePath
,
$_charset
,
$_defaultModel
,
$_escape
,
$_layout
,
$_layoutExt
,
$_layoutTemplate
,
$_models
,
$_name
,
$_output
,
$_path
,
$_template
,
$document