#1272 DDC-2704 - property getter utility is package private
This commit is contained in:
parent
5ec300452a
commit
1aa453d493
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ use ReflectionProperty;
|
||||||
* Utility class to retrieve all reflection instance properties of a given class, including
|
* Utility class to retrieve all reflection instance properties of a given class, including
|
||||||
* private inherited properties and transient properties.
|
* private inherited properties and transient properties.
|
||||||
*
|
*
|
||||||
|
* @private This API is for internal use only
|
||||||
|
*
|
||||||
* @author Marco Pivetta <ocramius@gmail.com>
|
* @author Marco Pivetta <ocramius@gmail.com>
|
||||||
*/
|
*/
|
||||||
final class ReflectionPropertiesGetter
|
final class ReflectionPropertiesGetter
|
||||||
|
|
Loading…
Add table
Reference in a new issue