Documentation

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
copyright

Copyright (C) fruux GmbH (https://fruux.com/)

author

Evert Pot (http://evertpot.com/)

license

http://sabre.io/license/ Modified BSD License

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>
Return values
array<string|int, mixed>

Search results