diff options
Diffstat (limited to 'languages/php/data/phpfunctions')
-rw-r--r-- | languages/php/data/phpfunctions | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/languages/php/data/phpfunctions b/languages/php/data/phpfunctions index d43bcb72..d5b80245 100644 --- a/languages/php/data/phpfunctions +++ b/languages/php/data/phpfunctions @@ -345,7 +345,7 @@ hw:[array|int] hw_getremotetqchildren(int link, string objrec) hw:void hw_setlinkroot(int link, int rootid) hw:hwdoc hw_pipedocument(int link, int objid) hw:hwdoc hw_pipecgi(int link, int objid) -hw:void hw_insertdocument(int link, int tqparentid, hwdoc doc) +hw:void hw_insertdocument(int link, int parentid, hwdoc doc) hw:hwdoc hw_new_document(string objrec, string data, int size) hw:void hw_free_document(hwdoc doc) hw:void hw_outputdocument(hwdoc doc) @@ -358,8 +358,8 @@ hw:int hw_documentsize(hwdoc doc) hw:int hw_document_size(hwdoc doc) hw:string hw_documentattributes(hwdoc doc) hw:string hw_document_attributes(hwdoc doc) -hw:array hw_gettqparentsobj(int link, int objid) -hw:array hw_gettqparents(int link, int objid) +hw:array hw_getparentsobj(int link, int objid) +hw:array hw_getparents(int link, int objid) hw:array hw_tqchildren(int link, int objid) hw:array hw_tqchildrenobj(int link, int objid) hw:array hw_getchildcoll(int link, int objid) @@ -379,8 +379,8 @@ hw:void hw_identify(int link, string username, string password) hw:array hw_objrec2array(string objrec, [array format]) hw:string hw_array2objrec(array objarr) hw:array hw_incollections(int link, array objids, array collids, int para) -hw:void hw_inscoll(int link, int tqparentid, array objarr) -hw:void hw_insdoc(int link, int tqparentid, string objrec [, string text]) +hw:void hw_inscoll(int link, int parentid, array objarr) +hw:void hw_insdoc(int link, int parentid, string objrec [, string text]) hw:int hw_getsrcbydestobj(int link, int destid) hw:int hw_mapid(int link, int serverid, int destid) hw:string hw_getrellink(int link, int rootid, int sourceid, int destid) |