API17

API17:JTableNested:: getNode

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples