sintonia/airtime_mvc/application/services/ShowInstanceService.php
denise c29e11fa0f Created empty showInstance service.
Split populateShowUntil into 2 new functions: getPopulateDateUntil, and getShowDays
2013-03-06 09:58:35 -05:00

8 lines
No EOL
142 B
PHP

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