Christoph Michael Becker
142e1a0eb7
typo fixes submitted by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338501 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 14:14:37 +00:00
Peter Cowburn
23eb1bd4e5
ReflectionClass::isAnonymous() came in PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338438 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-08 16:31:23 +00:00
Thomas Punt
d640c0f5e1
Quick cleanup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338414 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-06 20:13:41 +00:00
Thomas Punt
4d8bee3f1d
Finish documenting ReflectionProperty::getDocComment
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338413 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-06 20:03:57 +00:00
Thomas Punt
102a7f2b5e
Resolve doc bug #71279
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338410 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-06 19:01:14 +00:00
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Levi Morrison
b19d4e3e25
Clarify purpose of ReflectionType
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338242 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-12 03:35:35 +00:00
Thomas Punt
921933ce5b
Document ReflectionGenerator class and methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337577 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-21 16:07:06 +00:00
Thomas Punt
f581e88c2a
Document ReflectionGenerator class and methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337576 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-21 16:06:31 +00:00
Thomas Punt
4c106204a1
Document ReflectionFunctionAbstract::getReturnType() method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337567 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-20 14:24:18 +00:00
Thomas Punt
e9f4e006a1
Document ReflectionFunctionAbstract::hasReturnType() method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337566 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-20 14:06:46 +00:00
Thomas Punt
a8b62d0b29
Document ReflectionParameter::getType() method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337564 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-20 13:26:51 +00:00
Thomas Punt
e6572f21bc
Document ReflectionParameter::hasType() method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337562 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-20 12:47:35 +00:00
Thomas Punt
484885f2db
Rectify ReflectionType::isBuiltin() ID
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337530 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-18 10:09:46 +00:00
Thomas Punt
b8eddc6d98
Document new ReflectionType class
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337520 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-17 21:20:55 +00:00
Christoph Michael Becker
d6d57b5f93
we can do better than in previous commit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337486 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:32:55 +00:00
Christoph Michael Becker
5399e97fab
improved ReflectionProperty::isDefault() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337485 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:29:14 +00:00
Christoph Michael Becker
878a454b06
The isDefault method for ReflectionProperty is unclear in the description. This patch aims to clarify the wording.
...
--
Provided by anonymous 61022 (james@asgrim.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337484 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:15:48 +00:00
Sherif Ramadan
464f461fbf
Add some sensible example for ReflectionParameter::getDeclaringClass()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337035 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-23 14:25:06 +00:00
Maciek Sokolewicz
68b5b97731
fixed various english grammar/spelling mistakes (patches by cmb)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336240 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 18:38:13 +00:00
Kalle Sommer Nielsen
af8e8b6315
Updated ReflectionFunctionAbstract::isClosure with an example, improved some other text, and removed the "undocumented" blurb -- Patch by Jeremy Lindblom
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336079 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-17 04:13:27 +00:00
Chris Wright
59e86d208c
Undo rev 335242
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335243 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 14:06:20 +00:00
Chris Wright
f01033ca6d
Add docs for ReflectionParameter::isVariadic()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335242 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 13:31:12 +00:00
Adam Harvey
dacbac0ab2
Add isVariadic() method documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335240 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-03 01:11:28 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Chris Wright
2d5437d72e
Description for $def_value arg for ReflectionClass::getStaticPropertyValue()
...
--
Provided by anonymous 48107 (sun@unleashedmind.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334684 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 13:19:21 +00:00
Adam Harvey
da75c15e02
Update the changed functions list, and integrate the changes into the text.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334639 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:47:47 +00:00
Tjerk Anne Meesters
32e6d20560
Methods defined in an interface are abstract by definition; there's no need to add the 'abstract' keyword.
...
In fact, doing this in userland would cause a parse error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334550 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-14 04:24:14 +00:00
Peter Cowburn
d384c3f8e2
"See also" List extended to easily find the methods for other visibilities and static
...
--
Provided by anonymous 46594
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334176 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-07 12:27:00 +00:00
Peter Cowburn
e288960f91
Better variable name in example
...
Patch by Arjen Schol
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334003 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-28 19:18:26 +00:00
Justin Martin
9f1bc3cef4
Clarify purpose of ReflectionParameter::getClass().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332198 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-26 06:54:14 +00:00
Joe Watkins
92a0880a97
#62642 wrong prototype in docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331803 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 17:25:01 +00:00
Joe Watkins
4d70c2f850
#65241 correction to params in manual
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331666 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-04 17:07:53 +00:00
Joe Watkins
fd4b8d965b
#65349 fix prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331655 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-03 06:47:00 +00:00
Sebastian Bergmann
656d1610af
Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
38e65393c5
Use InheritedProperties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330314 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 20:36:05 +00:00
Jakub Vrana
78954fcbb8
Link ReflectionExtension::getINIEntries() and ini_get_all()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330275 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 22:57:21 +00:00
Jakub Vrana
87cd7b7508
ReflectionMethod with a single parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330272 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 19:42:57 +00:00
Jakub Vrana
a592ee62e5
Document new method parameters
...
Checked with http://pastebin.com/PQKzkuQK
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 19:01:19 +00:00
Jakub Vrana
24ec4b99df
Document new Reflection methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330252 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 21:25:05 +00:00
Jakub Vrana
e0fc301e08
Put PHP 5.5 methods to versions.xml
...
Generated by http://pastebin.com/s5DSrPc3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330251 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:34:19 +00:00
Reeze Xia
5070dab783
Typo fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330175 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-04 06:56:24 +00:00
Sherif Ramadan
a80683c2f5
Added note to documentat that this method is only intended to work with internal classes for getting the default value of static class properties.
...
Fixes bug #63370 also references bug #51581
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329237 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 14:45:34 +00:00
Hannes Magnusson
754904a133
Fixed #63654 ReflectionClass::getConstructor() can return null, not documented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328599 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:25:05 +00:00
Jakub Vrana
fce1841930
getMethod() can throw
...
Also fix See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328225 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-02 19:03:10 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Justin Martin
f9202b651d
Documented many undocumented ReflectionClass methods.
...
Removed undocumented warnings from a couple of documented methods.
Removed $default parameter from ReflectionClass::getStaticPropertyValue method documentation, as its behaviour is undefined and seems to exist only as an artefact.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325878 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-27 23:08:29 +00:00
Justin Martin
7d5c7b8c2b
Removed inaccessible __clone method from ReflectionClass. More likely to come in this regard.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325877 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-27 22:52:04 +00:00