Changeset 13890 for trunk/src/bp-core/deprecated/1.9.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/1.9.php
r12547 r13890 27 27 * @param false|string $date_notified 28 28 * @param int $is_new 29 * @return int|bool eanTrue on success, false on failure.29 * @return int|bool True on success, false on failure. 30 30 */ 31 31 function bp_core_add_notification( $item_id, $user_id, $component_name, $component_action, $secondary_item_id = 0, $date_notified = false, $is_new = 1 ) { … … 112 112 * @param int $user_id ID of user. 113 113 * @param string $format 114 * @return bool eanObject or array on success, false on failure.114 * @return bool Object or array on success, false on failure. 115 115 */ 116 116 function bp_core_get_notifications_for_user( $user_id, $format = 'string' ) { … … 197 197 * @param string $component_name 198 198 * @param false|string $component_action 199 * @return bool ean True on success, false on failure.199 * @return bool 200 200 */ 201 201 function bp_core_delete_all_notifications_by_type( $item_id, $component_name, $component_action = false, $secondary_item_id = false ) { … … 252 252 * @param int $user_id 253 253 * @param int $notification_id 254 * @return bool ean True on success, false on failure.254 * @return bool 255 255 */ 256 256 function bp_core_check_notification_access( $user_id, $notification_id ) {
Note: See TracChangeset
for help on using the changeset viewer.