Inherited properties

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321904 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-01-08 06:41:45 +00:00
parent c5aae9ac79
commit bfa3697fc0

View file

@ -37,6 +37,26 @@
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>protected</modifier>
<type>string</type>
<varname linkend="exception.props.message">message</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>int</type>
<varname linkend="exception.props.code">code</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>string</type>
<varname linkend="exception.props.file">file</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>int</type>
<varname linkend="exception.props.line">line</varname>
</fieldsynopsis>
<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])" />
@ -47,39 +67,6 @@
</section>
<!-- {{{ ReflectionException properties -->
<section xml:id="reflectionexception.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="reflectionexception.props.message">
<term><varname>message</varname></term>
<listitem>
<para>The exception message</para>
</listitem>
</varlistentry>
<varlistentry xml:id="reflectionexception.props.code">
<term><varname>code</varname></term>
<listitem>
<para>The exception code</para>
</listitem>
</varlistentry>
<varlistentry xml:id="reflectionexception.props.file">
<term><varname>file</varname></term>
<listitem>
<para>The filename where the exception was created</para>
</listitem>
</varlistentry>
<varlistentry xml:id="reflectionexception.props.line">
<term><varname>line</varname></term>
<listitem>
<para>The line where the exception was created</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
</phpdoc:classref>