mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11744] Comments
PHPBB3-11744
This commit is contained in:
parent
93db6190f5
commit
b213be84a7
@ -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 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 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)
|
public function delete_notifications($notification_type_name, $item_id, $parent_id = false)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user