<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://documentation.jomsocial.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://documentation.jomsocial.com/index.php?action=history&amp;feed=atom&amp;title=OnFriendRemove</id>
		<title>OnFriendRemove - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://documentation.jomsocial.com/index.php?action=history&amp;feed=atom&amp;title=OnFriendRemove"/>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/index.php?title=OnFriendRemove&amp;action=history"/>
		<updated>2026-06-05T08:03:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.1</generator>

	<entry>
		<id>http://documentation.jomsocial.com/index.php?title=OnFriendRemove&amp;diff=347&amp;oldid=prev</id>
		<title>Sinisakrisan: Created page with &quot;===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,...&quot;</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/index.php?title=OnFriendRemove&amp;diff=347&amp;oldid=prev"/>
				<updated>2013-01-18T18:35:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Description=== Once a friend is removed from user&amp;#039;s list, this event will be triggered.  @since 1.2  ===Params=== *&amp;#039;&amp;#039;&amp;#039;eventObject&amp;#039;&amp;#039;&amp;#039; - Stdclass object, passed by reference,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Description===&lt;br /&gt;
Once a friend is removed from user's list, this event will be triggered.&lt;br /&gt;
&lt;br /&gt;
@since 1.2&lt;br /&gt;
&lt;br /&gt;
===Params===&lt;br /&gt;
*'''eventObject''' - Stdclass object, passed by reference, consists of the following properties:&lt;br /&gt;
*profileOwnerId - int, owner id that wants to remove the friend.&lt;br /&gt;
*friendId - int, user id that is being removed.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function onFriendRemove( $eventObject ) &lt;br /&gt;
{&lt;br /&gt;
	echo $eventObject-&amp;gt;profileOwnerId;&lt;br /&gt;
        echo '&amp;lt;br /&amp;gt;';&lt;br /&gt;
        echo $eventObject-&amp;gt;friendId;&lt;br /&gt;
 &lt;br /&gt;
        return true;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
result:&lt;br /&gt;
64&lt;br /&gt;
63&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinisakrisan</name></author>	</entry>

	</feed>