1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[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
*
* 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 $new_parent_id The new parent item
* @return bool True if any items where moved