mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11744] Comments
PHPBB3-11744
This commit is contained in:
parent
93db6190f5
commit
b213be84a7
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class phpbb_notification_manager
|
|||
*
|
||||
* @param string|array $notification_type_name Type identifier or array of item types (only acceptable if the $item_id is identical for the specified types)
|
||||
* @param int|array $item_id Identifier within the type (or array of ids)
|
||||
* @param bool|int|array $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified
|
||||
* @param mixed $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified (Default: false; not checked)
|
||||
*/
|
||||
public function delete_notifications($notification_type_name, $item_id, $parent_id = false)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue