snappymail/rainloop/v/0.0.0/app/libraries/Sabre/CalDAV/Principal/IProxyRead.php
2013-12-19 20:04:56 +04:00

19 lines
456 B
PHP

<?php
namespace Sabre\CalDAV\Principal;
use Sabre\DAVACL;
/**
* ProxyRead principal interface
*
* Any principal node implementing this interface will be picked up as a 'proxy
* principal group'.
*
* @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 IProxyRead extends DAVACL\IPrincipal {
}