Created empty showInstance service.
Split populateShowUntil into 2 new functions: getPopulateDateUntil, and getShowDays
This commit is contained in:
parent
d497cfa857
commit
c29e11fa0f
3 changed files with 44 additions and 1 deletions
8
airtime_mvc/application/services/ShowInstanceService.php
Normal file
8
airtime_mvc/application/services/ShowInstanceService.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
class Application_Service_ShowInstanceService
|
||||
{
|
||||
public function createShowInstances($showId, $populateUntil)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue