You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
Is it possible to implement this without the functionality of the use keyword? Or is there any other way to use callbacks right now that don't require use?
Would you be so kind to give me an example? I'm trying to port a PHP (Phalcon) app to a Zephir extension, and I am having trouble injecting my services.
Zephir implemented support for closures.
So now they can be used like in php instead of using separate pseudo-classes.
http://blog.zephir-lang.com
The text was updated successfully, but these errors were encountered: