MCPcopy Create free account
hub / github.com/php/frankenphp / GetName

Method GetName

testdata/integration/namespace.go:35–37  ·  view source on GitHub ↗

export_php:method Person::getName(): string

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

PHPStringFunction · 0.92

Tested by

no test coverage detected