| Línea 161... |
Línea 161... |
| 161 |
} else {
|
161 |
} else {
|
| Línea 162... |
Línea 162... |
| 162 |
|
162 |
|
| Línea 163... |
Línea 163... |
| 163 |
$form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
|
163 |
$form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
|
| 164 |
|
164 |
|
| 165 |
$jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
|
165 |
$jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
|
| 166 |
$jobDescription = $jobDescriptionMapper;
|
- |
|
| 167 |
$industryMapper = industryMapper::getInstance($this->adapter);
|
166 |
$jobsDescription = $jobDescriptionMapper->fetchAllByCompanyId($currentCompany->id);
|
| 168 |
$industry = $industryMapper;
|
- |
|
| Línea 169... |
Línea 167... |
| 169 |
$jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
|
167 |
$industryMapper = industryMapper::getInstance($this->adapter);
|
| 170 |
$jobCategory = $jobCategoryMapper;
|
168 |
$jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
|
| 171 |
|
169 |
|
| 172 |
$this->layout()->setTemplate('layout/layout-backend');
|
170 |
$this->layout()->setTemplate('layout/layout-backend');
|
| 173 |
$viewModel = new ViewModel();
|
171 |
$viewModel = new ViewModel();
|
| - |
|
172 |
$viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
|
| 174 |
$viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
|
173 |
$viewModel->setVariable('form', $form);
|
| 175 |
$viewModel->setVariable('form', $form);
|
174 |
$viewModel->setVariable('google_map_key', $google_map_key);
|
| 176 |
$viewModel->setVariable('google_map_key', $google_map_key);
|
175 |
$viewModel->setVariable('jobsDescription', $jobsDescription);
|
| 177 |
return $viewModel;
|
176 |
return $viewModel;
|
| 178 |
}
|
177 |
}
|