| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 26 | public function setApplication(ApplicationInterface $application, $status = null) |
||
| 27 | { |
||
| 28 | $this->application = $application; |
||
| 29 | $this->setTo( |
||
| 30 | $application->getJob()->getUser()->getInfo()->getEmail(), |
||
| 31 | $application->getJob()->getUser()->getInfo()->getDisplayName(false)); |
||
| 32 | $this->setVariablesFromApplication($application); |
||
| 33 | return $this; |
||
| 34 | } |
||
| 35 | } |
||
| 36 |