JSFunction
in package
FinalYes
Table of Contents
Properties
- $prototype : Closure
- $prototype : Closure
Methods
- __set() : void
- call() : mixed
- Calls a method of an object, substituting another object for the current object.
Properties
$prototype write-only
public
Closure
$prototype
$prototype
private
Closure
$prototype
Methods
__set()
public
__set("prototype" $name, Closure $value) : void
Parameters
- $name : "prototype"
-
Property name
- $value : Closure
call()
Calls a method of an object, substituting another object for the current object.
public
call(T $thisArg, mixed ...$argArray) : mixed
Parameters
- $thisArg : T
-
The object to be used as the current object.
- $argArray : mixed
-
A list of arguments to be passed to the method.