File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ This function either outputs the jQuery UI library immediately or delays output
397
397
FlexForms::GetValue($key, $default)
398
398
-----------------------------------
399
399
400
- Access: public
400
+ Access: public static
401
401
402
402
Parameters:
403
403
@@ -411,7 +411,7 @@ This function determines if the request input parameter exists and returns it.
411
411
FlexForms::GetSelectValues($data)
412
412
---------------------------------
413
413
414
- Access: public
414
+ Access: public static
415
415
416
416
Parameters:
417
417
@@ -424,7 +424,7 @@ This function takes in an input array of values and prepares them for use as val
424
424
FlexForms::ProcessInfoDefaults($info, $defaults)
425
425
------------------------------------------------
426
426
427
- Access: public
427
+ Access: public static
428
428
429
429
Parameters:
430
430
@@ -438,7 +438,7 @@ This function merges missing defaults into an array of information. This functi
438
438
FlexForms::SetNestedPathValue(&$data, $pathparts, $val)
439
439
-------------------------------------------------------
440
440
441
- Access: public
441
+ Access: public static
442
442
443
443
Parameters:
444
444
@@ -453,7 +453,7 @@ This function updates the input data array with the specified value. The provid
453
453
FlexForms::GetIDDiff($origids, $newids)
454
454
---------------------------------------
455
455
456
- Access: public
456
+ Access: public static
457
457
458
458
Parameters:
459
459
You can’t perform that action at this time.
0 commit comments