phper-framework / phper

The framework that allows us to write PHP extensions using pure and safe Rust whenever possible.
Other
296 stars 18 forks source link

Registering an interface #124

Closed ryangjchandler closed 1 year ago

ryangjchandler commented 1 year ago

Is there an undocumented API for registering custom interfaces as part of an extension?

jmjoy commented 1 year ago

Not now, I will add it later.

jmjoy commented 1 year ago

Please refer to _06_module/_07_register_interface.