jace ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
..
src ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
tests ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.gitignore ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.php_cs ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.travis.yml ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
ChangeLog.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
LICENSE ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
README.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
build.xml ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
composer.json ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
phpunit.xml ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година

README.md

Object Enumerator

Traverses array structures and object graphs to enumerate all referenced objects.

Installation

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

composer require sebastian/object-enumerator

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