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