API17:JTableNested::isLeaf
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableNested::isLeaf
Description
Method to determine if a node is a leaf node in the tree (has no children).
Description:JTableNested::isLeaf [Edit Descripton]
public function isLeaf ($pk=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | integer | null | Primary key of the node to check. |
- Returns boolean True if a leaf node.
- Defined on line 181 of libraries/joomla/database/tablenested.php
- Since
See also
-
JTableNested::isLeaf source code on BitBucket
-
Class JTableNested
-
Subpackage Database
- Other versions of JTableNested::isLeaf
SeeAlso:JTableNested::isLeaf [Edit See Also]
User contributed notes
<CodeExamplesForm />
