aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php')
-rw-r--r--vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php b/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
deleted file mode 100644
index 2fb0d7db6..000000000
--- a/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-namespace Sabre\DAV;
-
-/**
- * PropertyInterface
- *
- * Implement this interface to create new complex properties
- *
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @author Evert Pot (http://evertpot.com/)
- * @license http://sabre.io/license/ Modified BSD License
- */
-interface PropertyInterface {
-
- public function serialize(Server $server, \DOMElement $prop);
-
- static function unserialize(\DOMElement $prop);
-
-}
-