Download the PHP package unrealmanu/abstract-walker without Composer
On this page you can find all versions of the php package unrealmanu/abstract-walker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unrealmanu/abstract-walker
More information about unrealmanu/abstract-walker
Files in unrealmanu/abstract-walker
Download unrealmanu/abstract-walker
More information about unrealmanu/abstract-walker
Files in unrealmanu/abstract-walker
Vendor unrealmanu
Package abstract-walker
Short Description walker recursive abstract helper
License MIT
Homepage https://github.com/unrealmanu/
Package abstract-walker
Short Description walker recursive abstract helper
License MIT
Homepage https://github.com/unrealmanu/
Please rate this library. Is it a good library?
Informations about the package abstract-walker
ABSTRACT WALKER
Manuel Trebbi [email protected]
Walk on the deepest level of object or array with filter by instance and control of deep level
CMD LIST
Launch TEST:
Fix LINT
Install GIT-HOOK
USAGE
Extends unrealmanu\Walker\AbstractWalker
example:
- ./tests/Walk.php
Necessary Method
METHOD
Define action to get object/array childrens and return this
Return array of walked elements
Return the "raw" generator used for walking in the deepest of elements...
OPTIONS
unrealmanu\Walker\DTO\WalkOptions (predefined)
unrealmanu\Walker\DTO\WalkOptionsInterface (for future implementation)
true = recursive, false = stop in first depth level
Set Class instance for filter the children in walking process
Set the limit of deepest recursion level
Make your custom logic filter for item in recursive processes
All versions of abstract-walker with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package unrealmanu/abstract-walker contains the following files
Loading the files please wait ....