Walkable interface allows you to apply the same method to all objects with that method in the container.
Trait
Methods |
public
walk
(
string
$method
,
$argument
=
NULL
) Recursively walks all objects and calls the passed method on each object where it exists
|