
| Current Path : /proc/thread-self/root/usr/share/rainloop/app/libraries/SabreForRainLoop/CardDAV/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/share/rainloop/app/libraries/SabreForRainLoop/CardDAV/IAddressBook.php |
<?php
namespace SabreForRainLoop\CardDAV;
use SabreForRainLoop\DAV;
/**
* AddressBook interface
*
* Implement this interface to allow a node to be recognized as an addressbook.
*
* @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
interface IAddressBook extends DAV\ICollection {
}