AbstractBackend
in package
implements
BackendInterface
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.
Tags
Interfaces, Classes and Traits
- BackendInterface
- CardDAV Backend Interface.
Table of Contents
- getMultipleCards() : array<string|int, mixed>
- Returns a list of cards.
Methods
getMultipleCards()
Returns a list of cards.
public
getMultipleCards(mixed $addressBookId, array<string|int, mixed> $uris) : array<string|int, mixed>
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
- $addressBookId : mixed
- $uris : array<string|int, mixed>