
| 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/ICard.php |
<?php
namespace SabreForRainLoop\CardDAV;
use SabreForRainLoop\DAV;
/**
* Card interface
*
* Extend the ICard interface to allow your custom nodes to be picked up as
* 'Cards'.
*
* @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 ICard extends DAV\IFile {
}