Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct(array $nodes = [], array $attributes = [], int $lineNo = 0, string $tag = null, string $alignment = HeaderFooterWrapper::ALIGNMENT_CENTER) |
||
29 | { |
||
30 | parent::__construct($nodes, $attributes, $lineNo, $tag); |
||
31 | |||
32 | $this->alignment = HeaderFooterWrapper::validateAlignment(strtolower($alignment)); |
||
33 | } |
||
34 | |||
61 |