Created function to create repeating show instances
Created function to create rebroadcast show instances
This commit is contained in:
parent
af622eb4b8
commit
4a86da5f87
3 changed files with 118 additions and 22 deletions
|
@ -6,7 +6,7 @@ class Application_Service_ShowService
|
|||
|
||||
/**
|
||||
*
|
||||
* Enter description here ...
|
||||
* Sets the fields for a cc_show table row
|
||||
* @param $ccShow
|
||||
* @param $showData
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@ class Application_Service_ShowService
|
|||
|
||||
/**
|
||||
*
|
||||
* Enter description here ...
|
||||
* Sets the fields for a cc_show_days table row
|
||||
* @param $showData
|
||||
* @param $showId
|
||||
* @param $userId
|
||||
|
@ -107,7 +107,7 @@ class Application_Service_ShowService
|
|||
|
||||
/**
|
||||
*
|
||||
* Enter description here ...
|
||||
* Sets the fields for a cc_show_rebroadcast table row
|
||||
* @param $showData
|
||||
* @param $showId
|
||||
* @param $repeatType
|
||||
|
@ -144,7 +144,7 @@ class Application_Service_ShowService
|
|||
|
||||
/**
|
||||
*
|
||||
* Enter description here ...
|
||||
* Sets the fields for a cc_show_hosts table row
|
||||
* @param $showData
|
||||
* @param $showId
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue