Class Folks_Friends_application
Folks external application firends implementaton
Copyright 2008-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
-
Folks_Friends
-
Folks_Friends_application
Methods summary
public
|
#
removeFriend( string $friend )
Remove user from a fiend list
Remove user from a fiend list
Parameters
- $friend
- Friend's usersame
Overrides
|
public
array
|
#
getFriends( )
Get user friends
Returns
array of users
Overrides
|
public
array
|
#
getBlacklist( )
Get user blacklist
Returns
array of users blacklist
Overrides
|
public
|
#
removeBlacklisted( string $user )
Add user to a blacklist list
Add user to a blacklist list
Parameters
Overrides
|
Methods inherited from Folks_Friends
addBlacklisted(),
addFriend(),
approveFriend(),
friendOf(),
getGroupOwner(),
getGroups(),
getPossibleFriends(),
hasCapability(),
isBlacklisted(),
isFriend(),
needsApproval(),
sendNotification(),
singleton(),
waitingApprovalFor(),
waitingApprovalFrom()
|