mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11495] Explain whether move_children prepends/appends/overwrittes
PHPBB3-11495
This commit is contained in:
parent
4bff28a0ee
commit
3efae6d8af
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ interface phpbb_nestedset_interface
|
||||||
/**
|
/**
|
||||||
* Moves all children of one item to another item
|
* Moves all children of one item to another item
|
||||||
*
|
*
|
||||||
|
* If the new parent already has children, the new children are appended
|
||||||
|
* to the list.
|
||||||
|
*
|
||||||
* @param int $current_parent_id The current parent item
|
* @param int $current_parent_id The current parent item
|
||||||
* @param int $new_parent_id The new parent item
|
* @param int $new_parent_id The new parent item
|
||||||
* @return bool True if any items where moved
|
* @return bool True if any items where moved
|
||||||
|
|
Loading…
Add table
Reference in a new issue