JTableNested::moveByReference/11.1
From Joomla! Documentation
JTableNested::moveByReference
Description
Method to move a node and its children to a new location in the tree.
Description:JTableNested::moveByReference [Edit Descripton]
public function moveByReference ( $referenceId $position= 'after' $pk=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $referenceId | integer | The primary key of the node to reference new location by. | |
| $position | string | 'after' | Location type string. ['before', 'after', 'first-child', 'last-child'] |
| $pk | integer | null | The primary key of the node to move. |
- Returns boolean True on success.
- Defined on line 283 of libraries/joomla/database/tablenested.php
- Since

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