| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | $this->setTemplate(); |
||
| 37 | $this->setTemplateDefaultValues(); |
||
| 38 | |||
| 39 | $this->container['descriptionEditable'] = $job->getTemplateValues()->getDescription(); |
||
| 40 | $this->container['benefits'] = $job->getTemplateValues()->getBenefits(); |
||
| 41 | $this->container['requirements'] = $job->getTemplateValues()->getRequirements(); |
||
| 42 | $this->container['qualifications'] = $job->getTemplateValues()->getQualifications(); |
||
| 62 |