Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
..
src 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
tests 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
.gitignore 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
.php_cs 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
.travis.yml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
ChangeLog.md 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
LICENSE 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
README.md 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
build.xml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
composer.json 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
phpunit.xml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад

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