* Close a struct. * * @throws TException on write error * @return int How many bytes written */
()
| 486 | * @return int How many bytes written |
| 487 | */ |
| 488 | public function writeStructEnd() |
| 489 | { |
| 490 | $this->writeJSONObjectEnd(); |
| 491 | } |
| 492 | |
| 493 | public function writeFieldBegin($fieldName, $fieldType, $fieldId) |
| 494 | { |
nothing calls this directly
no test coverage detected