Skip to content

Commit d2ef661

Browse files
committed
Minor corrections.
1 parent e456a59 commit d2ef661

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/flex_forms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ This function either outputs the jQuery UI library immediately or delays output
397397
FlexForms::GetValue($key, $default)
398398
-----------------------------------
399399

400-
Access: public
400+
Access: public static
401401

402402
Parameters:
403403

@@ -411,7 +411,7 @@ This function determines if the request input parameter exists and returns it.
411411
FlexForms::GetSelectValues($data)
412412
---------------------------------
413413

414-
Access: public
414+
Access: public static
415415

416416
Parameters:
417417

@@ -424,7 +424,7 @@ This function takes in an input array of values and prepares them for use as val
424424
FlexForms::ProcessInfoDefaults($info, $defaults)
425425
------------------------------------------------
426426

427-
Access: public
427+
Access: public static
428428

429429
Parameters:
430430

@@ -438,7 +438,7 @@ This function merges missing defaults into an array of information. This functi
438438
FlexForms::SetNestedPathValue(&$data, $pathparts, $val)
439439
-------------------------------------------------------
440440

441-
Access: public
441+
Access: public static
442442

443443
Parameters:
444444

@@ -453,7 +453,7 @@ This function updates the input data array with the specified value. The provid
453453
FlexForms::GetIDDiff($origids, $newids)
454454
---------------------------------------
455455

456-
Access: public
456+
Access: public static
457457

458458
Parameters:
459459

0 commit comments

Comments
 (0)