vrana           Fri Nov 19 08:37:32 2004 EDT

  Added files:                 
    /phpdoc/en/reference/hwapi/functions        hwapi-dstofsrcanchor.xml 
                                                hwapi-setcommittedversion.xml 

  Removed files:               
    /phpdoc/en/reference/hwapi/functions        hwapi-dstofsrcanchors.xml 
                                                hwapi-setcommitedversion.xml 

  Modified files:              
    /phpdoc/en/reference/hwapi  reference.xml 
    /phpdoc/en/reference/hwapi/functions        hwapi-attribute.xml 
                                                hwapi-checkin.xml 
                                                hwapi-checkout.xml 
                                                hwapi-content.xml 
                                                hwapi-copy.xml 
                                                hwapi-dbstat.xml 
                                                hwapi-dcstat.xml 
                                                hwapi-dstanchors.xml 
                                                hwapi-error-reason.xml 
                                                hwapi-ftstat.xml 
                                                hwapi-hgcsp.xml 
                                                hwapi-hwstat.xml 
                                                hwapi-identify.xml 
                                                hwapi-info.xml 
                                                hwapi-insert.xml 
                                                hwapi-insertanchor.xml 
                                                hwapi-insertcollection.xml 
                                                hwapi-insertdocument.xml 
                                                hwapi-link.xml hwapi-lock.xml 
                                                hwapi-move.xml 
                                                hwapi-new-content.xml 
                                                hwapi-object-assign.xml 
                                                hwapi-object-insert.xml 
                                                hwapi-object-new.xml 
                                                hwapi-object.xml 
                                                hwapi-objectbyanchor.xml 
                                                hwapi-reason-type.xml 
                                                hwapi-remove.xml 
                                                hwapi-replace.xml 
                                                hwapi-srcanchors.xml 
                                                hwapi-srcsofdst.xml 
                                                hwapi-unlock.xml 
                                                hwapi-user.xml 
                                                hwapi-userlist.xml 
  Log:
  Change "object" to specific objects
  
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/reference.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/hwapi/reference.xml
diff -u phpdoc/en/reference/hwapi/reference.xml:1.12 
phpdoc/en/reference/hwapi/reference.xml:1.13
--- phpdoc/en/reference/hwapi/reference.xml:1.12        Wed Mar 24 11:39:43 2004
+++ phpdoc/en/reference/hwapi/reference.xml     Fri Nov 19 08:37:31 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.hwapi">
   <title>Hyperwave API Functions</title>
   <titleabbrev>Hyperwave API</titleabbrev>
@@ -171,6 +171,12 @@
          </listitem>
      </itemizedlist>
     </para>
+    <note>
+     <para>
+      Methods returning <type>boolean</type> can return &true;, &false; or
+      <classname>HW_API_Error</classname> object.
+     </para>
+    </note>
    </section>
   </partintro>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml:1.5 Fri Aug 13 
10:10:02 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-attribute.xml     Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-attribute">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_attribute</methodname>
+     <type>HW_API_Attribute</type><methodname>hw_api_attribute</methodname>
      <methodparam 
choice="opt"><type>string</type><parameter>name</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>value</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml:1.7 
phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml:1.8
--- phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml:1.7   Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-checkin.xml       Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-checkin">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->checkin</methodname>
+     <type>bool</type><methodname>hw_api->checkin</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml:1.6  Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-checkout.xml      Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-checkout">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->checkout</methodname>
+     <type>bool</type><methodname>hw_api->checkout</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-content.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-content.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-content.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-content.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-content.xml:1.5   Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-content.xml       Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-content">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->content</methodname>
+     <type>HW_API_Content</type><methodname>hw_api->content</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-copy.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-copy.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-copy.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-copy.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-copy.xml:1.5      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-copy.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-copy">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->copy</methodname>
+     <type>hw_api_object</type><methodname>hw_api->copy</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml:1.5    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-dbstat.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-dbstat">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->dbstat</methodname>
+     <type>hw_api_object</type><methodname>hw_api->dbstat</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml:1.5    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-dcstat.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-dcstat">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->dcstat</methodname>
+     <type>hw_api_object</type><methodname>hw_api->dcstat</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml:1.5        Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-dstanchors.xml    Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-dstanchors">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->dstanchors</methodname>
+     <type>array</type><methodname>hw_api->dstanchors</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml:1.6      Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-error-reason.xml  Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-error-reason">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_error->reason</methodname>
+     <type>HW_API_Reason</type><methodname>hw_api_error->reason</methodname>
      <void/>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml:1.5    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-ftstat.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-ftstat">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->ftstat</methodname>
+     <type>hw_api_object</type><methodname>hw_api->ftstat</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml:1.4 
phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml:1.4     Mon Jun  2 
13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-hgcsp.xml Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-hgcsp">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hwapi_hgcsp</methodname>
+     <type>HW_API</type><methodname>hwapi_hgcsp</methodname>
      
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>port</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml:1.5    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-hwstat.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-hwstat">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->hwstat</methodname>
+     <type>hw_api_object</type><methodname>hw_api->hwstat</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-identify.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-identify.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-identify.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-identify.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-identify.xml:1.6  Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-identify.xml      Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-identify">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->identify</methodname>
+     <type>bool</type><methodname>hw_api->identify</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-info.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-info.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-info.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-info.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-info.xml:1.5      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-info.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-info">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->info</methodname>
+     <type>array</type><methodname>hw_api->info</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-insert.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-insert.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-insert.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-insert.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-insert.xml:1.6    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-insert.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-insert">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->insert</methodname>
+     <type>hw_api_object</type><methodname>hw_api->insert</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml:1.5      Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-insertanchor.xml  Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-insertanchor">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->insertanchor</methodname>
+     <type>hw_api_object</type><methodname>hw_api->insertanchor</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml:1.5  Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-insertcollection.xml      Fri Nov 
19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-insertcollection">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->insertcollection</methodname>
+     
<type>hw_api_object</type><methodname>hw_api->insertcollection</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml:1.5    Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-insertdocument.xml        Fri Nov 
19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-insertdocument">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->insertdocument</methodname>
+     <type>hw_api_object</type><methodname>hw_api->insertdocument</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-link.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-link.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-link.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-link.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-link.xml:1.6      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-link.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-link">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->link</methodname>
+     <type>bool</type><methodname>hw_api->link</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-lock.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-lock.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-lock.xml:1.7 
phpdoc/en/reference/hwapi/functions/hwapi-lock.xml:1.8
--- phpdoc/en/reference/hwapi/functions/hwapi-lock.xml:1.7      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-lock.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-lock">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->lock</methodname>
+     <type>bool</type><methodname>hw_api->lock</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-move.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-move.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-move.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-move.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-move.xml:1.5      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-move.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-move">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->move</methodname>
+     <type>bool</type><methodname>hw_api->move</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml:1.5       Fri Aug 
13 10:10:02 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-new-content.xml   Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-new-content">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_content</methodname>
+     <type>HW_API_Content</type><methodname>hw_api_content</methodname>
      
<methodparam><type>string</type><parameter>content</parameter></methodparam>
      
<methodparam><type>string</type><parameter>mimetype</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml:1.5     Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-object-assign.xml Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-object-assign">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_object->assign</methodname>
+     <type>bool</type><methodname>hw_api_object->assign</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml:1.6     Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-object-insert.xml Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-object-insert">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>hw_api_object->insert</methodname>
-     
<methodparam><type>object</type><parameter>attribute</parameter></methodparam>
+     
<methodparam><type>HW_API_Attribute</type><parameter>attribute</parameter></methodparam>
     </methodsynopsis>
     <para>
      Adds an attribute to the object. Returns &true; on success and otherwise
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml:1.4 
phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml:1.5
--- phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml:1.4        Mon Jun 
 2 13:00:51 2003
+++ phpdoc/en/reference/hwapi/functions/hwapi-object-new.xml    Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-object-new">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_object</methodname>
+     <type>hw_api_object</type><methodname>hw_api_object</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-object.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-object.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-object.xml:1.9 
phpdoc/en/reference/hwapi/functions/hwapi-object.xml:1.10
--- phpdoc/en/reference/hwapi/functions/hwapi-object.xml:1.9    Tue Mar  2 
10:58:00 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-object.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-object">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->object</methodname>
+     <type>hw_api_object</type><methodname>hw_api->object</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml:1.5    Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-objectbyanchor.xml        Fri Nov 
19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-objectbyanchor">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->objectbyanchor</methodname>
+     <type>hw_api_object</type><methodname>hw_api->objectbyanchor</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml:1.6       Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-reason-type.xml   Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-reason-type">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api_reason->type</methodname>
+     <type>HW_API_Reason</type><methodname>hw_api_reason->type</methodname>
      <void/>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-remove.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-remove.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-remove.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-remove.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-remove.xml:1.6    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-remove.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-remove">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->remove</methodname>
+     <type>bool</type><methodname>hw_api->remove</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-replace.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-replace.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-replace.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-replace.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-replace.xml:1.5   Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-replace.xml       Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-replace">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->replace</methodname>
+     <type>hw_api_object</type><methodname>hw_api->replace</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml:1.5        Wed Aug 
18 09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-srcanchors.xml    Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-srcanchors">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->srcanchors</methodname>
+     <type>array</type><methodname>hw_api->srcanchors</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml:1.5 Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-srcsofdst.xml     Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-srcsofdst">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->srcsofdst</methodname>
+     <type>array</type><methodname>hw_api->srcsofdst</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml:1.6 
phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml:1.7
--- phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml:1.6    Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-unlock.xml        Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-unlock">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->unlock</methodname>
+     <type>bool</type><methodname>hw_api->unlock</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-user.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-user.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-user.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-user.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-user.xml:1.5      Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-user.xml  Fri Nov 19 08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-user">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->user</methodname>
+     <type>hw_api_object</type><methodname>hw_api->user</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml
diff -u phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml:1.5 
phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml:1.6
--- phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml:1.5  Wed Aug 18 
09:21:49 2004
+++ phpdoc/en/reference/hwapi/functions/hwapi-userlist.xml      Fri Nov 19 
08:37:32 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
   <refentry id="function.hwapi-userlist">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>hw_api->userlist</methodname>
+     <type>array</type><methodname>hw_api->userlist</methodname>
      
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
     </methodsynopsis>
     <para>

http://cvs.php.net/co.php/phpdoc/en/reference/hwapi/functions/hwapi-dstofsrcanchor.xml?r=1.1&p=1
Index: phpdoc/en/reference/hwapi/functions/hwapi-dstofsrcanchor.xml
+++ phpdoc/en/reference/hwapi/functions/hwapi-dstofsrcanchor.xml
<?xml version='1.0' encoding='iso-8859-1' ?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
  <refentry id="function.hwapi-dstofsrcanchor">
   <refnamediv>
    <refname>hw_api->dstofsrcanchor</refname>
    <refpurpose>Returns destination of a source anchor</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>hw_api_object</type><methodname>hw_api->dstofsrcanchor</methodname>
     
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
    </methodsynopsis>
    <para>
     Retrieves the destination object pointed by the specified source anchors.
     The destination object can either be a destination anchor or a whole
     document. The parameters array contains the required element
     'objectIdentifier' and the optional element 'attributeSelector'.
    </para>
    <para>
     See also <function>hwapi_srcanchors</function>,
              <function>hwapi_dstanchors</function>,
              <function>hwapi_objectbyanchor</function>.
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/hwapi/functions/hwapi-setcommittedversion.xml?r=1.1&p=1
Index: phpdoc/en/reference/hwapi/functions/hwapi-setcommittedversion.xml
+++ phpdoc/en/reference/hwapi/functions/hwapi-setcommittedversion.xml
<?xml version='1.0' encoding='iso-8859-1' ?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
  <refentry id="function.hwapi-setcommittedversion">
   <refnamediv>
    <refname>hw_api->setcommittedversion</refname>
    <refpurpose>Commits version other than last version</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     
<type>hw_api_object</type><methodname>hw_api->setcommittedversion</methodname>
     
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
    </methodsynopsis>
    <para>
     Commits a version of a document. The committed version is the one which is
     visible to users with read access. By default the last version is the
     committed version.
    </para>
    <para>
     See also <function>hwapi_checkin</function>,
              <function>hwapi_checkout</function>,
              <function>hwapi_revert</function>.
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to