JTableNested:: getNode/11.1
From Joomla! Documentation
JTableNested::_getNode
Description
Method to get nested set properties for a node in the tree.
Description:JTableNested:: getNode [Edit Descripton]
protected function _getNode ( $id $key=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | integer | Value to look up the node by. | |
| $key | string | null | Key to look up the node by. |
- Returns mixed Boolean false on failure or node object on success.
- Defined on line 1457 of libraries/joomla/database/tablenested.php
- Since

See also
JTableNested::_getNode source code on BitBucket
Class JTableNested
Subpackage Database- Other versions of JTableNested::_getNode
SeeAlso:JTableNested:: getNode [Edit See Also]