phpv8/php-v8

Introduce CallbackInfoInterface

pinepain opened this issue · 0 comments

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.