($elemType, $size)
| 534 | } |
| 535 | |
| 536 | public function writeSetBegin($elemType, $size) |
| 537 | { |
| 538 | $this->writeJSONArrayStart(); |
| 539 | $this->writeJSONString($this->getTypeNameForTypeID($elemType)); |
| 540 | $this->writeJSONInteger($size); |
| 541 | } |
| 542 | |
| 543 | public function writeSetEnd() |
| 544 | { |
nothing calls this directly
no test coverage detected