Closed kinimodmeyer closed 8 years ago
TODOs for PHP 5.x
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).
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.