Searched refs:IOutbox (Results 1 – 6 of 6) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 152 if ($node instanceof IOutbox) { 183 if (!$node instanceof IOutbox) 587 if ($node instanceof IOutbox) { 729 * @param IOutbox $outboxNode 734 …function outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response… 792 * @param IOutbox $outbox 798 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter…
|
H A D | IOutbox.php | 13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL { interface
|
H A D | Outbox.php | 20 class Outbox extends DAV\Collection implements IOutbox {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | IOutbox.php | 13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL { interface
|
H A D | Plugin.php | 148 if ($node instanceof IOutbox) { 179 if (!$node instanceof IOutbox) 592 * @param IOutbox $outboxNode 597 …function outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response… 651 * @param IOutbox $outbox 657 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter…
|
H A D | Outbox.php | 20 class Outbox extends DAV\Collection implements IOutbox {
|