Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
37 | public function getHtml(string $indent) |
||
38 | { |
||
39 | // make sure a color is set |
||
40 | if (empty($this->styles['color'])){ |
||
41 | $this->setColor($this->getBuilder()->backsideColor()); |
||
42 | } |
||
43 | |||
44 | return $this->getHtmlStructure($indent, 'EMAIL FOOTER', 'emailFooter', $this->getBuilder()->backsideBackgroundColor()); |
||
45 | } |
||
46 | } |