ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IProxyRead.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\CalDAV\Principal;
4 
5 use Sabre\DAVACL;
6 
17 interface IProxyRead extends DAVACL\IPrincipal {
18 
19 }
ProxyRead principal interface.
Definition: IProxyRead.php:17
IPrincipal interface.
Definition: IPrincipal.php:16