| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 30 | public function __construct($from, $to, $template_data, $template_name, $replace = [], $type = '', $bcc = []) |
||
| 31 | { |
||
| 32 | $this->from = $from; |
||
| 33 | $this->to = $to; |
||
| 34 | $this->template_data = $template_data; |
||
| 35 | $this->template_name = $template_name; |
||
| 36 | $this->replace = $replace; |
||
| 37 | $this->type = $type; |
||
| 38 | $this->bcc = $bcc; |
||
| 39 | } |
||
| 61 |