mickey135 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
..
src 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
tests 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
.gitignore 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
.php_cs 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
.travis.yml 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
ChangeLog.md 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
LICENSE 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
README.md 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
build.xml 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
composer.json 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش
phpunit.xml 9e3b5098e2 feat:初始化sz地铁 1 ماه پیش

README.md

Object Reflector

Allows reflection of object attributes, including inherited and non-public ones.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/object-reflector

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/object-reflector