mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Gently warn/scare users that reflection isn't yet perfect because really, it isn't. Wrote this with Yawk.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298791 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f45db3a50a
commit
245f225a8d
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
|||
methods and extensions. Additionally, the reflection API offers ways to
|
||||
retrieve doc comments for functions, classes and methods.
|
||||
</para>
|
||||
<para>
|
||||
Please note that certain parts of the internal <acronym>API</acronym>
|
||||
are missing the necessary code to work with the Reflection extension.
|
||||
E.g., an internal PHP class might be missing reflection data for
|
||||
properties. These few cases are considered bugs, however, so they
|
||||
should be discovered and fixed.
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
&reference.reflection.setup;
|
||||
|
|
Loading…
Reference in a new issue