From cb48ba9b7068302414b18435505a041d22bd9e4b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Mar 2015 13:42:58 +0100 Subject: Introduce Models abstracting the Config away from Views & Templates --- model/StreamList.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 model/StreamList.php (limited to 'model/StreamList.php') diff --git a/model/StreamList.php b/model/StreamList.php new file mode 100644 index 0000000..4fd035e --- /dev/null +++ b/model/StreamList.php @@ -0,0 +1,28 @@ +streams); + } + + + public function hasTranslation() { + } + + public function hasRTMP() { + } + + public function hasHLS() { + } + + public function hasWebM() { + } + + public function hasHD() { + } + + public function hasSD() { + } +} -- cgit v1.2.3