- Timestamp:
- 10/11/2015 04:27:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-friendship.php
r10160 r10248 18 18 * ID of the friendship. 19 19 * 20 * @access public21 20 * @var int 22 21 */ … … 26 25 * User ID of the friendship initiator. 27 26 * 28 * @access public29 27 * @var int 30 28 */ … … 34 32 * User ID of the 'friend' - the one invited to the friendship. 35 33 * 36 * @access public37 34 * @var int 38 35 */ … … 42 39 * Has the friendship been confirmed/accepted? 43 40 * 44 * @access public45 41 * @var int 46 42 */ … … 52 48 * Not currently used by BuddyPress. 53 49 * 54 * @access public55 50 * @var int 56 51 */ … … 60 55 * Date the friendship was created. 61 56 * 62 * @access public63 57 * @var string 64 58 */ … … 70 64 * Not currently used in BuddyPress. 71 65 * 72 * @access public73 66 * @var bool 74 67 */ … … 78 71 * Should additional friend details be queried? 79 72 * 80 * @access public81 73 * @var bool 82 74 */ … … 86 78 * Details about the friend. 87 79 * 88 * @access public89 80 * @var BP_Core_User 90 81 */
Note: See TracChangeset
for help on using the changeset viewer.