Skip to content

AbstractBackend

CardDAV abstract Backend.

This class serves as a base-class for addressbook backends

This class doesn't do much, but it was added for consistency.

Methods

getMultipleCards

Returns a list of cards.

public getMultipleCards(mixed $addressBookId, array $uris): array

This method should work identical to getCard, but instead return all the cards in the list as an array.

If the backend supports this, it may allow for some speed-ups.

Parameters:

Parameter Type Description
$addressBookId mixed
$uris array


Automatically generated on 2025-03-18