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]
Since
Synopsis
public JTableNested::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 in
libraries/joomla/database/tablenested.php (line 181)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
