__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:
Jakub Vrana 2012-01-12 16:50:04 +00:00
parent 5c20ff9960
commit 14a2b231ea
3 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>