mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
03470a1d03
commit
9b2b8466db
3 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue