Invoke
Invokes an object method and returns the result of the invoked method.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Instance of a Box Class or name of one to instantiate. If an empty string is provided, the method will be invoked within the same template or Box Class. | |
|
|
| The name of the method to invoke | |
|
|
| An array of positional arguments or a struct of named arguments to pass into the method. |
Examples
Related
Last updated