mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document ReflectionException (bug #33428)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ca0759834d
commit
a210b11601
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<sect1 id="language.oop5.reflection">
|
||||
<title>Reflection</title>
|
||||
<sect2 id="language.oop5.reflection.introduction">
|
||||
|
@ -111,6 +111,15 @@ Class [ <internal> class Exception ] {
|
|||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="language.oop5.reflection.reflectionexception">
|
||||
<title><classname>ReflectionException</classname></title>
|
||||
<para>
|
||||
<classname>ReflectionException</classname> extends the standard <link
|
||||
linkend="language.exceptions">Exception</link> and is thrown by Reflection
|
||||
API. No specific methods or properties are introduced.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="language.oop5.reflection.reflectionfunction">
|
||||
<title><classname>ReflectionFunction</classname></title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue