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