mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Whitespace (\r\n --> \n)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
013b8d588c
commit
2ffac64cfa
1 changed files with 52 additions and 52 deletions
|
@ -112,71 +112,71 @@
|
|||
<modifier>final</modifier>
|
||||
<classname>RarException</classname>
|
||||
</ooclass>
|
||||
|
||||
<ooclass>
|
||||
<modifier>extends</modifier>
|
||||
<classname>Exception</classname>
|
||||
|
||||
<ooclass>
|
||||
<modifier>extends</modifier>
|
||||
<classname>Exception</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
||||
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
||||
<fieldsynopsis>
|
||||
<modifier>private</modifier>
|
||||
<modifier>static</modifier>
|
||||
<varname linkend="rarexception.props.usingexceptions">usingExceptions</varname>
|
||||
</fieldsynopsis>
|
||||
<modifier>private</modifier>
|
||||
<modifier>static</modifier>
|
||||
<varname linkend="rarexception.props.usingexceptions">usingExceptions</varname>
|
||||
</fieldsynopsis>
|
||||
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.rarexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
||||
|
||||
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
||||
|
||||
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
||||
|
||||
</classsynopsis>
|
||||
<!-- }}} -->
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<!-- {{{ RarException properties -->
|
||||
<section xml:id="rarexception.props">
|
||||
&reftitle.properties;
|
||||
<variablelist>
|
||||
<varlistentry xml:id="rarexception.props.message">
|
||||
<term><varname>message</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getMessage</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.code">
|
||||
<term><varname>code</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getCode</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.file">
|
||||
<term><varname>file</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getFile</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.line">
|
||||
<term><varname>line</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getLine</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.usingexceptions">
|
||||
<term><varname>usingExceptions</varname></term>
|
||||
<listitem>
|
||||
|
||||
<!-- {{{ RarException properties -->
|
||||
<section xml:id="rarexception.props">
|
||||
&reftitle.properties;
|
||||
<variablelist>
|
||||
<varlistentry xml:id="rarexception.props.message">
|
||||
<term><varname>message</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getMessage</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.code">
|
||||
<term><varname>code</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getCode</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.file">
|
||||
<term><varname>file</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getFile</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.line">
|
||||
<term><varname>line</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract. Use <methodname>RarException::getLine</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="rarexception.props.usingexceptions">
|
||||
<term><varname>usingExceptions</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract.
|
||||
Use <methodname>RarException::isUsingExceptions</methodname> and <methodname>RarException::setUsingExceptions</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
Use <methodname>RarException::isUsingExceptions</methodname> and <methodname>RarException::setUsingExceptions</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
</partintro>
|
||||
|
|
Loading…
Reference in a new issue