Property | Type | Description | |
---|---|---|---|
$name | string | The name of this function. | |
$parameters | The list of parameters |
Method | Description | |
---|---|---|
__construct ( string $name = null, array | |
Constructor. | |
build ( |
||
parse ( |
public __construct ( string $name = null, array | |
||
$name | string | The name of the function to be called. |
$parameters | array | |
The parameters of this function. |