Fix to use valid types (SDODataObject) in descriptions of functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191008 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Matthew Peters 2005-07-19 14:21:18 +00:00
parent 03470a1d03
commit 9b2b8466db
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.SDO-DAS-Relational-applyChanges">
<refnamediv>
<refname>SDO_DAS_Relational::applyChanges</refname>
@ -18,7 +18,7 @@
<parameter>database_handle</parameter>
</methodparam>
<methodparam>
<type>string</type>
<type>SDODataObject</type>
<parameter>root_data_object</parameter>
</methodparam>
</methodsynopsis>
@ -27,7 +27,7 @@
<para>
Given a datagraph and a PDO database handle, examines the change summary in the datagraph and applies the changes to the database.
Given a PDO database handle and the special root object of a data graph, examine the change summary in the datagraph and applies the changes to the database.
The changes that it can apply can be creations of data objects, deletes of data objects, and modifications to properties of data objects.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.SDO-DAS-Relational-createRootDataObject">
<refnamediv>
<refname>SDO_DAS_Relational::createRootDataObject</refname>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>special root object</type>
<type>SDODataObject</type>
<methodname>SDO_DAS_Relational::createRootDataObject</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.SDO-DAS-Relational-executeQuery">
<refnamediv>
<refname>SDO_DAS_Relational::executeQuery</refname>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>data graph</type>
<type>SDODataObject</type>
<methodname>SDO_DAS_Relational::executeQuery</methodname>
<methodparam>
<type>PDO</type>