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

[ticket/11103] updating comments

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-12-15 21:54:19 -06:00
parent 8dc2f69e8a
commit 30356efab9

View File

@ -71,9 +71,9 @@ abstract class phpbb_notification_type_base implements phpbb_notification_type_i
* item_id - ID of the item (e.g. post_id, msg_id)
* item_parent_id - Parent item id (ex: for topic => forum_id, for post => topic_id, etc)
* user_id
* unread
* time
* data (special serialized field that each notification type can use to store stuff)
* notification_read
* notification_time
* notification_data (special serialized field that each notification type can use to store stuff)
*
* @var array $data Notification row from the database
* This must be private, all interaction should use __get(), __set(), get_data(), set_data()