Skip to content

Commit

Permalink
correct description.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk/reference/amqp@323568 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
takagi committed Feb 26, 2012
1 parent 7dd222c commit 03f7095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amqpchannel/construct.xml
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="amqpchannel.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> <refentry xml:id="amqpchannel.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv> <refnamediv>
<refname>AMQPChannel::__construct</refname> <refname>AMQPChannel::__construct</refname>
<refpurpose>Create an instance of an AMQPQueue object</refpurpose> <refpurpose>Create an instance of an AMQPChannel object</refpurpose>
</refnamediv> </refnamediv>


<refsect1 role="description"> <refsect1 role="description">
Expand Down
2 changes: 1 addition & 1 deletion amqpchannel/starttransaction.xml
Expand Up @@ -14,7 +14,7 @@
<void /> <void />
</methodsynopsis> </methodsynopsis>
<para> <para>
Commit an existing transaction. This method must be called on the given channel prior to calling <methodname>AMQPChannel::commitTransaction</methodname> or <methodname>AMQPChannel::rollbackTransaction</methodname>. Start a transaction. This method must be called on the given channel prior to calling <methodname>AMQPChannel::commitTransaction</methodname> or <methodname>AMQPChannel::rollbackTransaction</methodname>.
</para> </para>
</refsect1> </refsect1>


Expand Down

0 comments on commit 03f7095

Please sign in to comment.