Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
tpl
|
Template used to display output
|
Any valid template
|
The template, function_dump_data_xml
|
tpl="my_template"
|
no_form_vars
|
Don't use any variables from the form
|
1
|
None. (Uses form variables)
|
no_form_vars="1"
|
dump_array
|
Array to store the dump
|
Any valid Smarty array containing only lowercase letters, numbers, underscores, or spaces
|
stats
|
dump_array="my_array"
|
function
|
The function used to get the dump
|
Any valid NATS function name containing only lowercase letters, numbers, underscores, or spaces
|
display_stats
|
function="display_stats_referrals"
|
data_only
|
Set variables but don't display the template
|
1
|
None. The template is displayed.
|
data_only=1
|