JTableNested::orderDown
Method to move a node one position to the right in the same level.
Signature
public function orderDown(integer
$pkĀ )
Parameters
-
$pk
- Primary key of the node to move.
Returns
- boolean
- True on success.
Errors/Exceptions
-
RuntimeException
- on database error.