Documentation

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

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.

Tags
template

T of object


        
On this page

Search results