[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_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) * item_parent_id - Parent item id (ex: for topic => forum_id, for post => topic_id, etc)
* user_id * user_id
* unread * notification_read
* time * notification_time
* data (special serialized field that each notification type can use to store stuff) * notification_data (special serialized field that each notification type can use to store stuff)
* *
* @var array $data Notification row from the database * @var array $data Notification row from the database
* This must be private, all interaction should use __get(), __set(), get_data(), set_data() * This must be private, all interaction should use __get(), __set(), get_data(), set_data()