Skip to content

Commit cca6dbc

Browse files
authored
Update README.md
1 parent 2439de7 commit cca6dbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ The Html menu
107107
### setData($data)
108108
Setting the data from json string or associative array
109109

110+
**Parameters:**
111+
* mixed $data Data (Json string or associative array)
112+
110113
### setResult($result, $columnID, $columnParent)
111114
Set result from query database
112115

@@ -115,8 +118,6 @@ Set result from query database
115118
* string $columnID The ID column name (Primary key)
116119
* string $columnParent The column name for identify the parent item
117120

118-
**Parameters:**
119-
* mixed $data Data (Json string or associative array)
120121
### set($name, $value)
121122
Set the attributes for the tag vars
122123

0 commit comments

Comments
 (0)