Revert back to <classname> as unfortunately <exceptionname> isn't

implemented in PhD yet :(


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266135 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-09-11 12:09:37 +00:00
parent 9067127f31
commit 8baa1f732e
6 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<appendix xml:id="userlandnaming" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Userland Naming Guide</title>
<para>
@ -78,7 +78,7 @@
</para>
<itemizedlist>
<listitem><para><classname>ArrayIterator</classname></para></listitem>
<listitem><para><exceptionname>LogicException</exceptionname></para></listitem>
<listitem><para><classname>LogicException</classname></para></listitem>
</itemizedlist>
</listitem>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.httpquerystring-singleton" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -45,7 +45,7 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
Throws <exceptionname>HttpRuntimeException</exceptionname>.
Throws <classname>HttpRuntimeException</classname>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="splqueue.setiteratormode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SplQueue::setIteratorMode</refname>
@ -41,7 +41,7 @@
<warning>
<para>
The direction of iteration can no longer be changer for SplQueues.
Trying to do so will result in a <exceptionname>RuntimeException</exceptionname> being thrown.
Trying to do so will result in a <classname>RuntimeException</classname> being thrown.
</para>
</warning>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="splstack.setiteratormode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SplStack::setIteratorMode</refname>
@ -41,7 +41,7 @@
<warning>
<para>
The direction of iteration can no longer be changer for SplStacks.
Trying to do so will result in a <exceptionname>RuntimeException</exceptionname> being thrown.
Trying to do so will result in a <classname>RuntimeException</classname> being thrown.
</para>
</warning>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="splenum.construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SplEnum::__construct</refname>
@ -27,7 +27,7 @@
<listitem>
<para>
The <parameter>input</parameter> parameter accepts an <type>integer</type>
and will throw an <exceptionname>UnexpectedValueException</exceptionname> if anything else is passed.
and will throw an <classname>UnexpectedValueException</classname> if anything else is passed.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="splint.construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SplInt::__construct</refname>
@ -26,7 +26,7 @@
<listitem>
<para>
The <parameter>input</parameter> parameter accepts an <type>integer</type>
An <exceptionname>UnexpectedValueException</exceptionname> Exception will be thrown if anything is passed.
An <classname>UnexpectedValueException</classname> Exception will be thrown if anything is passed.
</para>
</listitem>
</varlistentry>