]> granicus.if.org Git - php/commit
- Add the ReflectionProperty::setAccesible() method that allows non-public
authorDerick Rethans <derick@php.net>
Fri, 15 Feb 2008 12:37:38 +0000 (12:37 +0000)
committerDerick Rethans <derick@php.net>
Fri, 15 Feb 2008 12:37:38 +0000 (12:37 +0000)
commit4b6cdde9c81ba9fc28948c0d3ea7eb9431d92207
tree8d2939ac301b42ebafb436bf8e7aeff11d44d69f
parent82df944f6a13205877c65da74843fd44f0764cef
- Add the ReflectionProperty::setAccesible() method that allows non-public
  property's values to be read through ::getValue().
ext/reflection/php_reflection.c
ext/reflection/tests/reflectionProperty_setAccesible.phpt [new file with mode: 0644]