JCategories/root
From Joomla! Documentation
< API16:JCategories
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Contents
Description
Return the root or null
<! removed transcluded page call, red link never existed >
Syntax
root()
Returns
JCategoryNode|null
Defined in
libraries/joomla/application/categories.php
Importing
jimport( 'joomla.application.categories' );
Source Body
public function root()
{
return $this->node('root');
}
<! removed transcluded page call, red link never existed >