Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class EmailHeaderContainer extends \Kristuff\Phtemail\Core\HtmlBuilderContainer |
||
28 | { |
||
29 | /** |
||
30 | * Gets the HTML |
||
31 | * |
||
32 | * @access public |
||
33 | * @param string $indent The indentation to start with |
||
34 | * |
||
35 | * @return string The html string content |
||
36 | */ |
||
37 | public function getHtml(string $indent) |
||
45 | } |
||
46 | } |