| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 78 | 1 | public function compose($toEmail, $toName, $subject, $view, array $data = array(), $options = null) | |
| 79 |     { | ||
| 80 | 1 | $this->toEmail = $toEmail; | |
| 81 | 1 | $this->toName = $toName; | |
| 82 | 1 | $this->subject = $subject; | |
| 83 | 1 | $this->view = $view; | |
| 84 | 1 | $this->data = $data; | |
| 85 | 1 | $this->options = $options; | |
| 86 | |||
| 87 | 1 | return $this; | |
| 88 | } | ||
| 89 | |||
| 100 |