Commit graph

14 commits

Author SHA1 Message Date
Philip Olson
27bf45e6df Documented this method. Also note that the methodsynopsis was updated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298817 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-30 19:04:16 +00:00
Philip Olson
245f225a8d 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
2010-04-30 03:27:43 +00:00
Richard Quadling
6898888844 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294409 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:12:11 +00:00
Daniel Egeberg
68c5267334 Fixed PHP bug #50798 (Unable to retrieve default value of argument of internal method with reflection) and added example to ReflectionParameter::getDefaultValue().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293765 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-20 11:41:23 +00:00
Pierrick Charron
4724b47c25 Added new entities for Properties, Methods, InheritedMethods, Constants
# Those words were hardcoded in all class synopsis 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Jakub Vrana
ccded777d9 Object is instance of class (fixes #49798)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290701 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:18:10 +00:00
Jakub Vrana
6209112711 Document filter parameter (bug #49899)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290691 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 20:36:00 +00:00
Florian Anderiasch
ce8e8ecf30 changed return value from ReflectionParameter to array - fix #49631
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289098 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-02 20:46:50 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Hannes Magnusson
df208f496d Use the same class/extension as the example output uses
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288460 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-19 18:03:19 +00:00
Hannes Magnusson
6a63bbaba9 Fix syntax highlighting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288459 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-19 18:01:31 +00:00
Sebastian Bergmann
aa33483224 Add documentation stub for ReflectionMethod::setAccessible().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288395 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-17 05:02:35 +00:00
Johannes Schlüter
52ca613e45 ReflectionObject::__construct expects an objeect, no string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287966 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-02 10:16:36 +00:00
Philip Olson
6c18ab3fe2 - Rewrote the reflection documentation as a book, and removed it from the OOP 5 section
- Many parts are still considered undocumented -- feel free to edit
- Some content stolen from here:
--- http://svn.php.net/viewvc/phpdoc/en/trunk/language/oop5/reflection.xml?revision=283798&view=markup
--- http://svn.php.net/viewvc/php/php-src/trunk/ext/reflection/tests/


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287332 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-15 14:39:48 +00:00