sintonia/airtime_mvc/application/services/ShowInstanceService.php
denise 8c8a7d11e1 Created empty showInstance service.
Split populateShowUntil into 2 new functions: getPopulateDateUntil, and getShowDays
2013-02-26 13:21:39 -05:00

8 lines
No EOL
142 B
PHP

<?php
class Application_Service_ShowInstanceService
{
public function createShowInstances($showId, $populateUntil)
{
}
}