extends |
AbstractModule |
---|
Adds ability to work with Dav Contacts.
Methods | ||
---|---|---|
public
|
getManager()
|
# |
public
|
init()
|
# |
public
|
CreateContact(int $UserId, string $VCard, $UID, $Storage = StorageType::Personal): bool|string
|
# |
public
|
CreateGroup(int $UserId, string $VCard, $UUID): bool|string
|
# |
public
|
UpdateContact($UserId, string $VCard, $UUID, $Storage = 'personal'): bool|string
|
# |
public
|
UpdateGroup(int $UserId, string $VCard, $UUID): bool|string
|
# |
public
|
onAfterCreateContact(array &$aArgs, array &$aResult)
|
# |
public
|
onAfterUpdateContact(array &$aArgs, array &$aResult)
|
# |
public
|
onBeforeDeleteContacts(array &$aArgs, array &$aResult)
|
# |
public
|
onAfterCreateGroup(array &$aArgs, array &$aResult)
|
# |
public
|
onAfterUpdateGroup(array &$aArgs, array &$aResult)
|
# |
public
|
onBeforDeleteGroup(array &$aArgs, &$mResult)
|
# |
public
|
onAfterAddContactsToGroup(array &$aArgs, array &$aResult)
|
# |
public
|
onAfterRemoveContactsFromGroup(array &$aArgs, array &$aResult)
|
# |
public
|
onAfterDeleteUser(&$aArgs, &$mResult)
|
# |
public
|
onAfterUpdateSharedContacts($aArgs, &$mResult)
|
# |
public
|
onGetMobileSyncInfo($aArgs, &$mResult)
|
# |
public
|
onBeforeGetContactAsVCF($aArgs, &$mResult)
|
# |
public
|
onAfterCreateAddressBook($aArgs, &$mResult)
|
# |
public
|
onAfterUpdateAddressBook($aArgs, &$mResult)
|
# |
public
|
onBeforeDeleteAddressBook($aArgs, &$mResult)
|
# |
Properties | |||
---|---|---|---|
public
|
|
$oManager = null
|
# |
Properties inherited from Aurora\System\Module\AbstractModule |
---|
$oHttp, $Delimiter, $aErrors, $aAdditionalEntityFieldsToEdit |