Total Complexity | 6 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class OfferParam extends BaseObject |
||
18 | { |
||
19 | public $name; |
||
20 | public $text; |
||
21 | public $unit; |
||
22 | public $customTags = []; |
||
23 | |||
24 | /** |
||
25 | * @param XMLWriter $writer |
||
26 | */ |
||
27 | public function write($writer): void |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @param XMLWriter $writer |
||
48 | */ |
||
49 | public function writeCustomTags($writer): void |
||
56 |