Changeset 9025 for trunk/src/bp-notifications/bp-notifications-classes.php
- Timestamp:
- 09/17/2014 12:05:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-classes.php
r8958 r9025 27 27 * The notification ID. 28 28 * 29 * @since BuddyPress (1.9.0) 30 * @access public 29 31 * @var int 30 32 */ … … 34 36 * The ID of the item associated with the notification. 35 37 * 38 * @since BuddyPress (1.9.0) 39 * @access public 36 40 * @var int 37 41 */ … … 41 45 * The ID of the secondary item associated with the notification. 42 46 * 47 * @since BuddyPress (1.9.0) 48 * @access public 43 49 * @var int 44 50 */ … … 48 54 * The ID of the user the notification is associated with. 49 55 * 56 * @since BuddyPress (1.9.0) 57 * @access public 50 58 * @var int 51 59 */ … … 55 63 * The name of the component that the notification is for. 56 64 * 65 * @since BuddyPress (1.9.0) 66 * @access public 57 67 * @var string 58 68 */ … … 62 72 * The component action which the notification is related to. 63 73 * 74 * @since BuddyPress (1.9.0) 75 * @access public 64 76 * @var string 65 77 */ … … 69 81 * The date the notification was created. 70 82 * 83 * @since BuddyPress (1.9.0) 84 * @access public 71 85 * @var string 72 86 */ … … 76 90 * Is the notification new, or has it already been read. 77 91 * 92 * @since BuddyPress (1.9.0) 93 * @access public 78 94 * @var bool 79 95 */ … … 693 709 } 694 710 695 /** Convenience methods *********************************************** ****/711 /** Convenience methods ***********************************************/ 696 712 697 713 /** … … 806 822 } 807 823 808 /** Mark ************************************************************** ****/824 /** Mark **************************************************************/ 809 825 810 826 /**
Note: See TracChangeset
for help on using the changeset viewer.