phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Introduce CallbackInfoInterface #72

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

Back in #67 CallbackInfo parent class was removed from FunctionCallbackInfo and PropertyCallbackInfo. As both these classes provides somehow the same base interface, for end-user it might be a good idea to abstract from implementation and depend on interface.