Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class CommodityClassification extends BaseComponent { |
||
16 | |||
17 | protected $ItemClassificationCode; |
||
18 | protected $validations = ['ItemClassificationCode']; |
||
19 | |||
20 | function xmlSerialize(Writer $writer) { |
||
29 | ] |
||
30 | ]); |
||
31 | } |
||
32 | |||
33 | public function getItemClassificationCode() { |
||
35 | } |
||
36 | |||
37 | public function setItemClassificationCode($ItemClassificationCode) { |
||
43 |