| 1 | <?php |
||
| 8 | class VacancyTemplateBuilder |
||
| 9 | { |
||
| 10 | protected $statement = []; |
||
| 11 | |||
| 12 | 2 | public function getTemplate(Business $business, Service $service) |
|
| 20 | |||
| 21 | 2 | protected function addServiceStatement(Service $service) |
|
| 25 | |||
| 26 | 2 | protected function addDaysStatement() |
|
| 30 | |||
| 31 | 2 | protected function addTimeRangeStatement($startAt, $finishAt) |
|
| 35 | |||
| 36 | 2 | protected function addStatement($statement) |
|
| 40 | |||
| 41 | 2 | protected function build() |
|
| 45 | } |
||
| 46 |