API17:JTableNested:: getNode
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::_getNode
Description
Method to get nested set properties for a node in the tree.
Description:JTableNested:: getNode [Edit Descripton]
Since
Synopsis
protected JTableNested::_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 in
libraries/joomla/database/tablenested.php (line 1418)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JTableNested:: getNode
Examples
<CodeExamplesForm />
