Daniel Convissor
f417871e66
Add a note about chaining assignments, responding to several user notes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 03:22:29 +00:00
Richard Quadling
bb2d79ed0c
get_class's output is case sensitive.
...
Fix for bug #49385
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 12:23:30 +00:00
Torben Wilson
d48001214d
Fixes to grammar and clarification of what a valid class name is.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287632 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-24 07:11:03 +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
Nilgün Belma Bugüner
04077dd209
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283798 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:17:58 +00:00
Jakub Vrana
aca469c60f
Whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282860 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-27 07:55:21 +00:00
Kalle Sommer Nielsen
3ea6788507
Revert dams last change here, it doesnt break the build at all :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282668 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 16:59:11 +00:00
Damien Seguy
021cc13b97
fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282666 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 16:44:57 +00:00
Kalle Sommer Nielsen
9f22cf7cdc
Removal of closure stuff for now until its decided whether to put it in HEAD yet, fixes #48663
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282661 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 15:42:45 +00:00
Kalle Sommer Nielsen
054f348eda
Link to spl.iterators instead as per suggestion by Hannes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281571 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-03 01:16:50 +00:00
Kalle Sommer Nielsen
8a7b0b053a
Link to book instead of ref
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281513 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-01 16:19:23 +00:00
Daniel P. Brown
4439b2802b
Added quick note based on Bug #48055 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280158 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 13:40:26 +00:00
Yannick Torres
75b2d8e872
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279761 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 10:58:35 +00:00
Richard Quadling
c7bbd32bf0
Link via "See Also" autoloading and the callback for unserializing unknown objects.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278844 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:30:49 +00:00
Kalle Sommer Nielsen
aa5ec5b80d
Add a note about only classes and methods may be declared final
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278494 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-09 11:03:38 +00:00
Kalle Sommer Nielsen
6943ebb0b1
We always have the latest change first, lets not make this an exception
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278034 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-30 17:47:29 +00:00
Felipe Pena
56233f6850
Bug #47700 (Typos on Objects and References page)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277499 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-20 01:05:57 +00:00
Daniel Convissor
5ccab691ef
* a object -> an object.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277048 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 19:43:19 +00:00
Richard Quadling
ee264e8ee1
w/s
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276811 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-06 15:24:23 +00:00
Richard Quadling
567afe32ad
Provide an explicit description of the order in which clone and __clone operate. #47587
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276810 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-06 15:23:17 +00:00
Damien Seguy
01253d3618
introduction of the foreach entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275923 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 15:30:18 +00:00
Richard Quadling
2710c7098a
Separate the links for the magic methods.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275173 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-04 13:47:48 +00:00
Jakub Vrana
ed5d5ba906
Links to magic methods
...
Document __invoke()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273160 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 13:53:15 +00:00
Carola 'Sammy' Kummert
73ec6ee786
fix linebreak
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271867 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-25 17:24:43 +00:00
Richard Quadling
66975055a5
Fix #46869
...
___callStatic rather than __callStatic in example #2 title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271330 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 11:20:38 +00:00
Torben Wilson
ebaa69fb65
Clarification.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268330 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 08:35:02 +00:00
Torben Wilson
1b92251272
Document that static properties may not be initialized to expressions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268329 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 07:38:18 +00:00
Nilgün Belma Bugüner
ec69be2db5
fixed a typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268280 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 15:49:10 +00:00
Felipe Pena
fac021dd65
Typo-- (thanks Kalle!)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265651 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-29 16:42:19 +00:00
Felipe Pena
0f179a2c3b
- Added new examples related to PHP 5.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265632 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-29 12:47:25 +00:00
Kalle Sommer Nielsen
c58e78bda6
Document that interfaces can have constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264720 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-12 21:26:21 +00:00
Kalle Sommer Nielsen
4234fbba58
Forgot the start tags again -- Bad habbit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264661 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-12 00:18:44 +00:00
Kalle Sommer Nielsen
6b23e41b5f
Last commit went abit too quickly, this also adds example usage of multiple inheritance + fixes example from last commit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264648 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-11 22:23:57 +00:00
Kalle Sommer Nielsen
2e5dc81daa
Document that interfaces can be extended + usage example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264647 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-11 22:16:23 +00:00
Felipe Pena
e964631515
- Added ReflectionProperty::setAccessible()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264344 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-06 21:50:59 +00:00
Etienne Kneuss
3a14ef1767
Document parent::/self:: forwarding in LSB
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263743 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 00:29:44 +00:00
Rudy Nappée
d4f840249e
* No () in <function>
...
* <example> must have a <title> (or use <informalexample>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263501 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-25 08:48:04 +00:00
Daniel Convissor
682b3832bb
* Tweak method example for clarity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262990 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-19 22:59:44 +00:00
Etienne Kneuss
e330479f66
Setting the record straight directly in the manual about object references
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 00:19:48 +00:00
Daniel Convissor
cbdd63db2f
* Add changelog entry about warning. Bug 43924.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261930 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 15:27:47 +00:00
Daniel Convissor
a5fc026ab8
* $name in __callStatic() now case sensitive. Fixed by bug 45089.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260894 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-07 19:41:23 +00:00
Richard Quadling
0b61e2b765
Added getPosition() to ReflectionParameter class definition.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260160 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-23 14:28:55 +00:00
Felipe Pena
4bc17b3724
- Added example using nowdocs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257841 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 19:22:12 +00:00
Felipe Pena
f5ca557b90
- Added information about NULL as the default parameter value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257695 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-16 16:31:45 +00:00
Daniel Convissor
6e92ff6281
* Put a return value in the __get() example.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-09 19:18:17 +00:00
Daniel Convissor
d06dfc1004
* Refine examples: remove return on bad get, show case of $name in call methods.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256673 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-02 20:27:13 +00:00
Felipe Pena
19a2289f66
Added information and example about interface
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256007 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-24 22:26:07 +00:00
Daniel Convissor
e839ed6d20
Minor clean up of examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255662 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-21 12:46:12 +00:00
Daniel Convissor
bcf53732a1
Clarify how overloading really works.
...
[This is a work in progress. In middle of reviewing user comments and will post some questions to internals.]
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255638 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-20 23:37:27 +00:00
Etienne Kneuss
1cdff557de
Precise version infos on that one too
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-06 16:46:37 +00:00