Searched refs:ISharedNode (Results 1 – 3 of 3) sorted by relevance
5 use Sabre\DAV\Sharing\ISharedNode; alias14 interface ISharedCalendar extends ISharedNode {
119 if (!$node instanceof ISharedNode) {155 if ($node instanceof ISharedNode) {231 if ($node instanceof ISharedNode) {
16 interface ISharedNode extends INode { interface