API16

API16:JCategoryNode/isSystem

From Joomla! Documentation

Description

Test if this node is the system node


<! removed transcluded page call, red link never existed >

Syntax

isSystem()


Returns

bool

Defined in

libraries/joomla/application/categories.php

Importing

jimport( 'joomla.application.categories' );

Source Body

public function isSystem()
{
        return $this->id=='root';
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples