export_php:method Counter::reset(): void
()
| 35 | |
| 36 | // export_php:method Counter::reset(): void |
| 37 | func (c *CounterStruct) Reset() { |
| 38 | c.Value = 0 |
| 39 | } |
| 40 | |
| 41 | // export_php:method Counter::addValue(int $amount): int |
| 42 | func (c *CounterStruct) AddValue(amount int64) int64 { |
no outgoing calls