CC-1665: Scheduled stream rebroadcasting and recording
-use sessions to determine currently open object in Library -forgot to check in these files
This commit is contained in:
parent
ecfc27431a
commit
9b7413dafa
2 changed files with 43 additions and 0 deletions
8
airtime_mvc/application/models/LibraryEditable.php
Normal file
8
airtime_mvc/application/models/LibraryEditable.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
interface Application_Model_LibraryEditable
|
||||
{
|
||||
|
||||
public function setMetadata($key, $val);
|
||||
public function setName($name);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue