| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | function xmlSerialize(Writer $writer) { |
||
| 21 | $this->validate(); |
||
| 22 | $writer->write([ |
||
| 23 | 'name' => SchemaNS::CBC . 'ItemClassificationCode', |
||
| 24 | 'value' => $this->ItemClassificationCode, |
||
| 25 | 'attributes' => [ |
||
| 26 | 'listID' => 'UNSPSC', |
||
| 27 | 'listAgencyName' => 'GS1 US', |
||
| 28 | 'listName' => 'Item Classification' |
||
| 29 | ] |
||
| 43 |