cvs: phpdoc-sk /reference/com/functions com-propget.xml com-propput.xml com-propset.xml
[email protected] ("Joseph Drake") Wed, 21 May 2003 21:21:48 -0000
| Newsgroups | php.doc.sk |
|---|---|
| Message-ID | <cvsjoseph1053552108@cvsserver> |
joseph Wed May 21 17:21:48 2003 EDT
Modified files:
/phpdoc-sk/reference/com/functions com-propget.xml com-propput.xml
com-propset.xml
Log:
updated function
Index: phpdoc-sk/reference/com/functions/com-propget.xml
diff -u phpdoc-sk/reference/com/functions/com-propget.xml:1.1 phpdoc-sk/reference/com/functions/com-propget.xml:1.2
--- phpdoc-sk/reference/com/functions/com-propget.xml:1.1 Tue Mar 4 17:46:06 2003
+++ phpdoc-sk/reference/com/functions/com-propget.xml Wed May 21 17:21:47 2003
@@ -1,20 +1,13 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
<refentry id="function.com-propget">
<refnamediv>
<refname>com_propget</refname>
- <refpurpose>
- Získava hodnotu vlastnosti COM komponentu
- </refpurpose>
+ <refpurpose>Alias pre <function>com_get</function></refpurpose>
</refnamediv>
<refsect1>
<title>Popis</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>
Táto funkcia je alias pre <function>com_get</function>.
</para>
Index: phpdoc-sk/reference/com/functions/com-propput.xml
diff -u phpdoc-sk/reference/com/functions/com-propput.xml:1.1 phpdoc-sk/reference/com/functions/com-propput.xml:1.2
--- phpdoc-sk/reference/com/functions/com-propput.xml:1.1 Tue Mar 4 17:46:06 2003
+++ phpdoc-sk/reference/com/functions/com-propput.xml Wed May 21 17:21:47 2003
@@ -1,21 +1,13 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
<refentry id="function.com-propput">
<refnamediv>
<refname>com_propput</refname>
- <refpurpose>
- Vlastnosti COM komponentu priraïuje hodnotu
- </refpurpose>
+ <refpurpose>Alias pre <function>com_set</function></refpurpose>
</refnamediv>
<refsect1>
<title>Popis</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>
Táto funkcia je alias pre <function>com_set</function>.
</para>
Index: phpdoc-sk/reference/com/functions/com-propset.xml
diff -u phpdoc-sk/reference/com/functions/com-propset.xml:1.1 phpdoc-sk/reference/com/functions/com-propset.xml:1.2
--- phpdoc-sk/reference/com/functions/com-propset.xml:1.1 Tue Mar 4 17:46:06 2003
+++ phpdoc-sk/reference/com/functions/com-propset.xml Wed May 21 17:21:47 2003
@@ -4,18 +4,10 @@
<refentry id="function.com-propset">
<refnamediv>
<refname>com_propset</refname>
- <refpurpose>
- Vlastnosti COM komponentu priraïuje hodnotu
- </refpurpose>
+ <refpurpose>Alias of <function>com_set</function></refpurpose>
</refnamediv>
<refsect1>
<title>Popis</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>
Táto funkcia je alias pre <function>com_set</function>.
</para>