We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no setExtends or setExtendsf method on CodegenInterface.
setExtends
setExtendsf
CodegenInterface
The text was updated successfully, but these errors were encountered:
This is provided by ->addInterface(), ->setInterfaces() etc in https://github.com/hhvm/hack-codegen/blob/master/src/CodegenClassWithInterfaces.hack - though it does feel strange that it doesn't match the language syntax.
->addInterface()
->setInterfaces()
Sorry, something went wrong.
Should we add addExtends and setExtends as aliases (for CodegenInterface only) to those functions?
addExtends
I'm not sure; both really have advantages - this is probably best just to be reviewed when/if it's re-unified with fb www
jjergus
No branches or pull requests
There is no
setExtends
orsetExtendsf
method onCodegenInterface
.The text was updated successfully, but these errors were encountered: