parseFunctionArguments
parseFunctionArguments(
encodedValues
,condition
?):FunctionArgument
[]
Parses the function signature string and builds an array of argument placeholders.
Parameters
Parameter | Type | Description |
---|---|---|
encodedValues | string | The encoded values string. |
condition ? | string | Optional parameter for the condition statement of a rule |
Returns
An array of argument placeholders.