RecursiveUnwrapper
final class RecursiveUnwrapper implements RecursiveUnwrapperInterface
| internal | This class is not covered by the backward compatibility promise |
Methods
__construct(bool $tagging = true)
Initializes the object.
array
unwrap(ValuesInterface $values)
Walk recursively through $values and unwrap nested instances of ValuesInterface when suitable.
Details
at line 29
__construct(bool $tagging = true)
Initializes the object.
at line 37
array
unwrap(ValuesInterface $values)
Walk recursively through $values and unwrap nested instances of ValuesInterface when suitable.