Fernando Alonso d58c5b0f40 test navegación 6 роки тому
..
src d58c5b0f40 test navegación 6 роки тому
tests d58c5b0f40 test navegación 6 роки тому
.gitignore d58c5b0f40 test navegación 6 роки тому
.php_cs d58c5b0f40 test navegación 6 роки тому
.travis.yml d58c5b0f40 test navegación 6 роки тому
ChangeLog.md d58c5b0f40 test navegación 6 роки тому
LICENSE d58c5b0f40 test navegación 6 роки тому
README.md d58c5b0f40 test navegación 6 роки тому
build.xml d58c5b0f40 test navegación 6 роки тому
composer.json d58c5b0f40 test navegación 6 роки тому
phpunit.xml d58c5b0f40 test navegación 6 роки тому

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