victor          Sun Mar  2 07:31:01 2003 EDT

  Modified files:              
    /phpdoc/en/reference/com/functions  com-propget.xml com-propset.xml 
                                        com-propput.xml 
  Log:
  Incorrectly formatted function alias - fixed
  
Index: phpdoc/en/reference/com/functions/com-propget.xml
diff -u phpdoc/en/reference/com/functions/com-propget.xml:1.2 
phpdoc/en/reference/com/functions/com-propget.xml:1.3
--- phpdoc/en/reference/com/functions/com-propget.xml:1.2       Wed Apr 17 02:36:45 
2002
+++ phpdoc/en/reference/com/functions/com-propget.xml   Sun Mar  2 07:31:00 2003
@@ -1,20 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
  <refentry id="function.com-propget">
   <refnamediv>
    <refname>com_propget</refname>
-   <refpurpose>
-    Gets the value of a COM Component's property
-   </refpurpose>
+   <refpurpose>Alias of <function>com_get</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
-    <methodsynopsis>
-     <type>mixed</type><methodname>com_propget</methodname>
-     <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
-     <methodparam><type>string</type><parameter>property</parameter></methodparam>
-    </methodsynopsis>
    <para>
     This function is an alias for <function>com_get</function>.
    </para>
Index: phpdoc/en/reference/com/functions/com-propset.xml
diff -u phpdoc/en/reference/com/functions/com-propset.xml:1.2 
phpdoc/en/reference/com/functions/com-propset.xml:1.3
--- phpdoc/en/reference/com/functions/com-propset.xml:1.2       Wed Apr 17 02:36:45 
2002
+++ phpdoc/en/reference/com/functions/com-propset.xml   Sun Mar  2 07:31:00 2003
@@ -1,21 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
  <refentry id="function.com-propset">
   <refnamediv>
    <refname>com_propset</refname>
-   <refpurpose>
-    Assigns a value to a COM component's property
-   </refpurpose>
+   <refpurpose>Alias of <function>com_set</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
-    <methodsynopsis>
-     <type>void</type><methodname>com_propset</methodname>
-     <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
-     <methodparam><type>string</type><parameter>property</parameter></methodparam>
-     <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
-    </methodsynopsis>
    <para>
     This function is an alias for <function>com_set</function>.
    </para>
Index: phpdoc/en/reference/com/functions/com-propput.xml
diff -u phpdoc/en/reference/com/functions/com-propput.xml:1.2 
phpdoc/en/reference/com/functions/com-propput.xml:1.3
--- phpdoc/en/reference/com/functions/com-propput.xml:1.2       Wed Apr 17 02:36:45 
2002
+++ phpdoc/en/reference/com/functions/com-propput.xml   Sun Mar  2 07:31:00 2003
@@ -1,21 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
  <refentry id="function.com-propput">
   <refnamediv>
    <refname>com_propput</refname>
-   <refpurpose>
-    Assigns a value to a COM component's property
-   </refpurpose>
+   <refpurpose>Alias of <function>com_set</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
-    <methodsynopsis>
-     <type>void</type><methodname>com_propput</methodname>
-     <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
-     <methodparam><type>string</type><parameter>property</parameter></methodparam>
-     <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
-    </methodsynopsis>
    <para>
     This function is an alias for <function>com_set</function>.    
    </para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to