mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11495] Explain whether move_children prepends/appends/overwrittes
PHPBB3-11495
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user