]> granicus.if.org Git - php/commitdiff
Update ReflectionProperty::setAccessible() entry.
authorSebastian Bergmann <sebastian@php.net>
Sun, 30 Nov 2008 10:33:09 +0000 (10:33 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 30 Nov 2008 10:33:09 +0000 (10:33 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f178fc7b31ae97595a2f5f106e8d0de06c625603..fa8588884bb8fcd3d621644ccd8aaa7c2fe77ac1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -402,7 +402,8 @@ PHP                                                                        NEWS
 
 - Added array_replace() and array_replace_recursive() functions. (Matt)
 - Added ReflectionProperty::setAccessible() method that allows non-public
-  property's values to be read through ::getValue(). (Derick)
+  property's values to be read through ::getValue() and set through
+  ::setValue(). (Derick, Sebastian)
 - Added msg_queue_exists() function to sysvmsg extension. (Benjamin Schulz)
 - Added Firebird specific attributes that can be set via PDO::setAttribute()
   to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT,