PHP Класс Folks_Friends_prefs, horde
NOTE: You must add this prefs to your application
$_prefs['whitelist'] = array(
'value' => '',
'locked' => false,
'type' => 'implicit'
);
$_prefs['blacklist'] = array(
'value' => '',
'locked' => false,
'type' => 'implicit'
);
Copyright 2007-2016 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.
Показать файл
Открыть проект
Открытые методы
Защищенные методы
Приватные методы
Метод |
Описание |
|
_addrem_lists ( string $type, string $user ) |
Add/remove a user from a list |
|
_lists ( string $type, string $user = null ) : array |
Returns array of usernames in a list of false if list is empty
splits list by any number of commas or space characters
which include " ", \r, \t, \n and \f |
|
Описание методов
_addBlacklisted()
защищенный Метод
Add user to a blacklist list
_addFriend()
защищенный Метод
Add user to a friend list
getBlacklist()
публичный Метод
getFriends()
публичный Метод
getGroups()
публичный Метод
removeBlacklisted()
публичный Метод
Add user to a blacklist list
removeFriend()
публичный Метод
Remove user from a fiend list