API17

API17:JTableNested:: getTreeRepositionData

From Joomla! Documentation

Joomla 11.1 JTableNested::_getTreeRepositionData

Description

Method to get various data necessary to make room in the tree at a location for a node and its children.


protected function _getTreeRepositionData (
        $referenceNode
        $nodeWidth
        $position= 'before'
)
Parameter Type Default Description
$referenceNode
$nodeWidth
$position 'before'
  • Returns
  • Defined on line 1514 of libraries/joomla/database/tablenested.php

See also


User contributed notes

Code Examples