Extends
Methods
get(object, property)
- Source:
- Inherited From:
Property accessor.
Parameters:
Name | Type | Description |
---|---|---|
object |
object | Proxied object. |
property |
string | The property name. |
Returns:
The property value.
- Type
- *
forwardCall(method, parametersopt)
- Source:
- Inherited From:
Forward call to given object.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
method |
string | The method to call. | ||
parameters |
Array.<*> |
<optional> |
[]
|
The parameters to send to the forwarded instance method. |
Returns:
The method result.
- Type
- *
(abstract) getForward()
- Source:
- Inherited From:
Get object which should receive the call forwarding.
Returns:
The forward instance.
- Type
- object