Description

Once a friend is removed from user's list, this event will be triggered.

@since 1.2

Params

  • eventObject - Stdclass object, passed by reference, consists of the following properties:
  1. profileOwnerId - int, owner id that wants to remove the friend.
  2. friendId - int, user id that is being removed.

Examples

{code}

function onFriendRemove( $eventObject ) 
{
echo $eventObject->profileOwnerId;
echo '<br />';
echo $eventObject->friendId;
 
return true;
}
 
result:
64
63

{/code}

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW