mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
__construct() lives in .construct
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322144 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5c20ff9960
commit
14a2b231ea
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id='samconnection.constructor' xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id='samconnection.construct' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SAMConnection::__construct</refname>
|
||||
<refpurpose>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id='sammessage.constructor' xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id='sammessage.construct' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SAMMessage::__construct</refname>
|
||||
<refpurpose>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="samconnection.constructor">new SAMConnection</link> - construct a new connection object to allow connection to a messaging infrastructure.
|
||||
<link linkend="samconnection.construct">new SAMConnection</link> - construct a new connection object to allow connection to a messaging infrastructure.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -149,7 +149,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="sammessage.constructor">new SAMMessage</link> - construct a
|
||||
<link linkend="sammessage.construct">new SAMMessage</link> - construct a
|
||||
new message.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue