export_php:method Person::getName(): string
()
| 33 | |
| 34 | // export_php:method Person::getName(): string |
| 35 | func (p *PersonStruct) GetName() unsafe.Pointer { |
| 36 | return frankenphp.PHPString(p.Name, false) |
| 37 | } |
| 38 | |
| 39 | // export_php:method Person::setAge(int $age): void |
| 40 | func (p *PersonStruct) SetAge(age int64) { |
nothing calls this directly
no test coverage detected