CC-1665: Scheduled stream rebroadcasting and recording
-started working on UI
This commit is contained in:
parent
2ad7e78e10
commit
31176f525e
5 changed files with 113 additions and 14 deletions
24
airtime_mvc/application/models/Webstream.php
Normal file
24
airtime_mvc/application/models/Webstream.php
Normal 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";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue