|
UNA
|
Public Member Functions | |
| servicePerform ($aParams) | |
| serviceGetActionTitle ($sObject, $sAction, $iInitiatorId, $iContentId, $bFlip=false) | |
| serviceConnectionsTable ($iProfileId=0) | |
| serviceConnectionsRequestTable () | |
| serviceGetUnconfirmedConnectionsNum ($sConnectionsObject, $mixedId=0, $bNew=false) | |
| serviceGetLiveUpdatesUnconfirmedConnections ($sModule, $sConnectionsObject, $aMenuItemParent, $aMenuItemChild, $iCount=0) | |
| serviceGetLiveUpdatesUnconfirmedConnectionsNew ($sModule, $sConnectionsObject, $aMenuItemParent, $aMenuItemChild, $iCount=0) | |
| serviceGetConnectedContentNum ($sConnectionsObject, $mixedId=0, $isMutual=false) | |
| serviceGetConnectedInitiatorsNum ($sConnectionsObject, $mixedId=0, $isMutual=false) | |
| serviceSubscriptionsTable ($iProfileId=0) | |
| serviceSubscribedMeTable ($iProfileId=0) | |
| serviceRelationsTable ($iProfileId=0) | |
| serviceRelatedMeTable ($iProfileId=0) | |
| serviceGetNotificationsPost ($aEvent) | |
| serviceGetNotificationsPostFriendship ($aEvent) | |
| serviceAlertResponseConnections ($oAlert) | |
Protected Member Functions | |
| processSysProfilesFriendsConnectionAdded (&$oAlert) | |
| processSysProfilesFriendsConnectionRemoved (&$oAlert) | |
System services for connections.
| BxBaseServiceConnections::__construct | ( | ) |
Reimplemented from BxDol.
| BxBaseServiceConnections::serviceConnectionsRequestTable | ( | ) |
get grid with friends connection requests
| BxBaseServiceConnections::serviceConnectionsTable | ( | $iProfileId = 0 | ) |
get grid with friends connections
| BxBaseServiceConnections::serviceGetConnectedContentNum | ( | $sConnectionsObject, | |
| $mixedId = 0, | |||
| $isMutual = false ) |
get number of initiated connections (like "my subscriptions")
| $sConnectionsObject | connections object to get connections from |
| $mixedId | id to get connections for, if omitted then logged-in profile id is used |
| BxBaseServiceConnections::serviceGetConnectedInitiatorsNum | ( | $sConnectionsObject, | |
| $mixedId = 0, | |||
| $isMutual = false ) |
get number of received connections (like "subscribed me")
| $sConnectionsObject | connections object to get connections from |
| $mixedId | id to get connections for, if omitted then logged-in profile id is used |
| BxBaseServiceConnections::serviceGetUnconfirmedConnectionsNum | ( | $sConnectionsObject, | |
| $mixedId = 0, | |||
| $bNew = false ) |
get number of received unconfirmed connections (friend requests)
| $sConnectionsObject | connections object to get unconfirmed connections from |
| $mixedId | id to get connections for, if omitted then logged-in profile id is used |
| $bNew | return all or only new (appeared since last check) unconfirmed connections |
| BxBaseServiceConnections::serviceRelatedMeTable | ( | $iProfileId = 0 | ) |
get grid with 'related me' connections
| BxBaseServiceConnections::serviceRelationsTable | ( | $iProfileId = 0 | ) |
get grid with 'relations' connections
| BxBaseServiceConnections::serviceSubscribedMeTable | ( | $iProfileId = 0 | ) |
get grid with subscribed me connections
| BxBaseServiceConnections::serviceSubscriptionsTable | ( | $iProfileId = 0 | ) |
get grid with subscriptions connections