Açıklama Yok

server 52763dedf1 gitignore 2 yıl önce
..
src 52763dedf1 gitignore 2 yıl önce
tests 52763dedf1 gitignore 2 yıl önce
.gitignore 52763dedf1 gitignore 2 yıl önce
.php_cs 52763dedf1 gitignore 2 yıl önce
.travis.yml 52763dedf1 gitignore 2 yıl önce
ChangeLog.md 52763dedf1 gitignore 2 yıl önce
LICENSE 52763dedf1 gitignore 2 yıl önce
README.md 52763dedf1 gitignore 2 yıl önce
build.xml 52763dedf1 gitignore 2 yıl önce
composer.json 52763dedf1 gitignore 2 yıl önce
phpunit.xml 52763dedf1 gitignore 2 yıl önce

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