[ticket/11495] Explain whether move_children prepends/appends/overwrittes

PHPBB3-11495
This commit is contained in:
Joas Schilling 2013-04-25 13:44:52 +02:00
parent 4bff28a0ee
commit 3efae6d8af

View file

@ -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