1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1272 DDC-2704 - property getter utility is package private

This commit is contained in:
Marco Pivetta 2015-01-24 14:29:40 +01:00
parent 5ec300452a
commit 1aa453d493

View File

@ -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