Methods |
public
|
init()
|
#
|
public
static
|
getInstance(): Module
|
#
|
public
static
|
Decorator(): Module
|
#
|
public
|
getModuleSettings(): Settings
|
#
|
public
|
GetAddressbooks($UserId)
|
#
|
public
|
GetSharesForAddressbook($UserId, $Id)
|
#
|
public
|
onPrepareFiltersFromStorage(&$aArgs, &$mResult)
|
#
|
public
|
onAfterUpdateSharedContacts($aArgs, &$mResult)
|
#
|
public
|
onAfterCheckAccessToObject(&$aArgs, &$mResult)
|
#
|
public
|
onGetContactSuggestions(&$aArgs, &$mResult)
|
#
|
public
|
onGetContacts(&$aArgs, &$mResult)
The methods corrects the storage type of contacts related to the shared addressbooks.
The methods corrects the storage type of contacts related to the shared addressbooks.
|
#
|
public
|
onGetContactsByUids(&$aArgs, &$mResult)
The methods corrects the storage type of contacts related to the shared addressbooks.
The methods corrects the storage type of contacts related to the shared addressbooks.
|
#
|
public
|
GetSharedWithAllAddressbook($UserId)
|
#
|
public
|
onAfterGetAddressBooks(&$aArgs, &$mResult)
|
#
|
public
|
UpdateAddressbookShare($UserId, $Id, $Shares)
|
#
|
public
|
LeaveShare($UserId, $Id)
|
#
|
public
|
onAfterDeleteGroup($aArgs, &$mResult)
|
#
|
public
|
onBeforeDeleteUser(array $aArgs, mixed &$mResult)
Parameters
$aArgs |
Arguments of event.
|
$mResult |
Is passed by reference.
|
|
#
|
public
|
onAfterDeleteUser(array $aArgs, mixed $mResult)
Parameters
$aArgs |
Arguments of event.
|
$mResult |
Is passed by reference.
|
|
#
|
public
|
onAfterAddUsersToGroup($aArgs, &$mResult)
|
#
|
public
|
onAfterCreateUser($aArgs, &$mResult)
|
#
|
public
|
onAfterUpdateUser($aArgs, &$mResult)
|
#
|
public
|
onAfterRemoveUsersFromGroup($aArgs, &$mResult)
|
#
|
public
|
onContactQueryBuilder(&$aArgs, &$query)
|
#
|
public
|
onBeforeCreateContact(&$aArgs, &$mResult)
|
#
|
public
|
populateContactArguments(&$aArgs, &$mResult)
|
#
|
public
|
onBeforeDeleteContacts(&$aArgs, &$mResult)
|
#
|
public
|
onAfterCheckAccessToAddressBook(&$aArgs, &$mResult)
|
#
|
public
|
onBeforeUpdateAddressbookShare(&$aArgs)
|
#
|
public
|
onAfterGetStoragesMapToAddressbooks(&$aArgs, &$mResult)
|
#
|