Skip to content

Commit ba57936

Browse files
authored
Merge pull request #1706 from JoelNiemela/link-isvalid-from-cfparam
Link to `isValid` from `cfparam`
2 parents 838ef1b + 569a8e1 commit ba57936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/en/cfparam.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type":"tag",
44
"syntax":"<cfparam name=\"\">",
55
"script":"cfparam(name=\"\", default=\"\", pattern=\"\");",
6-
"related":["cfset","isDefined"],
6+
"related":["cfset","isDefined","isValid"],
77
"description":"Tests for a parameter's existence, tests its data type, and, if\n a default value is not assigned, optionally provides one.",
88
"params": [
99
{"name":"name","description":"Name of parameter to test (such as \"client.email\" or\n \"cookie.backgroundColor\"). If omitted, and if the\n parameter does not exist, an error is thrown.","required":true,"default":"","type":"string","values":[]},

0 commit comments

Comments
 (0)