mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11495] Remove get_parent_data from interface and rename it
The method is implementation specific and has no use, apart from cache, that is not covered by get_path_data(). PHPBB3-11495
This commit is contained in:
@@ -119,13 +119,4 @@ interface phpbb_tree_interface
|
||||
* ID => Item data
|
||||
*/
|
||||
public function get_subtree_data($item_id, $order_desc, $include_item);
|
||||
|
||||
/**
|
||||
* Get base information of parent items
|
||||
*
|
||||
* @param array $item The item to get the branch from
|
||||
* @return array Array of items (containing basic columns from the item table)
|
||||
* ID => Item data
|
||||
*/
|
||||
public function get_parent_data(array $item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user