diff options
Diffstat (limited to 'lib/Videolist/PlatformInterface.php')
-rw-r--r-- | lib/Videolist/PlatformInterface.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/Videolist/PlatformInterface.php b/lib/Videolist/PlatformInterface.php deleted file mode 100644 index 25ca019e9..000000000 --- a/lib/Videolist/PlatformInterface.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -interface Videolist_PlatformInterface { - /** - * @abstract - * @return string - */ - public function getType(); - - /** - * @abstract - * @param string $url - * @return array - */ - public function parseUrl($url); - - /** - * @abstract - * @param array $parsed - * @return array - */ - public function getData($parsed); -} |