Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class HruleNode extends Node |
||
6 | { |
||
7 | |||
8 | public function toSyntax() |
||
11 | } |
||
12 | |||
13 | /** |
||
14 | * HruleNode constructor. |
||
15 | * |
||
16 | * This is just a horizontal rule, it doesn't have attributes or context |
||
17 | * |
||
18 | * @param $data |
||
19 | * @param Node $parent |
||
20 | */ |
||
21 | public function __construct($data, Node $parent) |
||
25 |