API17:JTableNested:: getNode
From Joomla! Documentation
JTableNested::_getNode
Description
Method to get nested set properties for a node in the tree.
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
User contributed notes
Code Examples