CC-1665: Scheduled stream rebroadcasting and recording

-started working on UI
This commit is contained in:
Martin Konecny 2012-07-17 21:07:57 -04:00
parent 2ad7e78e10
commit 31176f525e
5 changed files with 113 additions and 14 deletions

View file

@ -0,0 +1,24 @@
<?php
class Application_Model_Webstream{
public static function getName(){
return "Default";
}
public static function getId(){
return "id";
}
public static function getLastModified($p_type){
return "modified";
}
public static function getDefaultLength(){
return "length";
}
public static function getDescription(){
return "desc";
}
}