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
implement method export in V8Js::__construct without any PHP magic functions
test private & protected methods must not be exported
neither may methods from the base object be available
__sleep and __wakeup must not be overridable (PHP side) and never be exported
I consider __get, __set, __call, __invoke et al beyond the scope of this ticket, and actually tend to not implement them. All that stuff already works with normal object export and probably will be pretty easy once #72 lands finally (in V8Js 2.0.0 or so).
stesie
pushed a commit
to stesie/v8js
that referenced
this issue
Jan 7, 2016
hello guys,
i created a child class to add more functionality to V8Js (dont know if this is right).
now i want to access this method in my js code with
but i just get the following error:
TypeError: undefined is not a function
with properties it works like expected:
i hope you can help me with this.
The text was updated successfully, but these errors were encountered: