Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/17/2014 12:05:45 AM (11 years ago)
Author:
boonebgorges
Message:

Improve inline documentation for Notifications component.

See #5022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-classes.php

    r8958 r9025  
    2727     * The notification ID.
    2828     *
     29     * @since BuddyPress (1.9.0)
     30     * @access public
    2931     * @var int
    3032     */
     
    3436     * The ID of the item associated with the notification.
    3537     *
     38     * @since BuddyPress (1.9.0)
     39     * @access public
    3640     * @var int
    3741     */
     
    4145     * The ID of the secondary item associated with the notification.
    4246     *
     47     * @since BuddyPress (1.9.0)
     48     * @access public
    4349     * @var int
    4450     */
     
    4854     * The ID of the user the notification is associated with.
    4955     *
     56     * @since BuddyPress (1.9.0)
     57     * @access public
    5058     * @var int
    5159     */
     
    5563     * The name of the component that the notification is for.
    5664     *
     65     * @since BuddyPress (1.9.0)
     66     * @access public
    5767     * @var string
    5868     */
     
    6272     * The component action which the notification is related to.
    6373     *
     74     * @since BuddyPress (1.9.0)
     75     * @access public
    6476     * @var string
    6577     */
     
    6981     * The date the notification was created.
    7082     *
     83     * @since BuddyPress (1.9.0)
     84     * @access public
    7185     * @var string
    7286     */
     
    7690     * Is the notification new, or has it already been read.
    7791     *
     92     * @since BuddyPress (1.9.0)
     93     * @access public
    7894     * @var bool
    7995     */
     
    693709    }
    694710
    695     /** Convenience methods ***************************************************/
     711    /** Convenience methods ***********************************************/
    696712
    697713    /**
     
    806822    }
    807823
    808     /** Mark ******************************************************************/
     824    /** Mark **************************************************************/
    809825
    810826    /**
Note: See TracChangeset for help on using the changeset viewer.