Class JCategories
JCategories Class.
Package: Joomla\Legacy\Categories
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
Located at legacy/categories/categories.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: 1.6
Located at legacy/categories/categories.php
Methods summary
public
|
|
public static
|
#
getInstance( string $extension, array $options = array() )
Returns a reference to a JCategories object |
public
|
|
protected
|
Magic methods summary
Properties summary
public static
|
$instances |
#
Array to hold the object instances |
protected
|
$_nodes |
#
Array of category nodes |
protected
boolean[]
|
$_checkedCategories |
#
Array of checked categories -- used to save values when _nodes are null |
protected
string
|
$_extension |
#
Name of the extension the categories belong to |
protected
string
|
$_table |
#
Name of the linked content table to get category content count |
protected
string
|
$_field |
#
Name of the category field |
protected
string
|
$_key |
#
Name of the key field |
protected
string
|
$_statefield |
#
Name of the items state field |
protected
array
|
$_options |
#
Array of options |