$traversable
$traversable : \Phug\Util\iterable
yieldFlatMap(callable $callback) : \Generator
Return the result of the passed function for each item of the collection.
If item is a generator (using yield from inside the function), then it will flatten the yielded values for one more level.
callable | $callback |