RecursiveUnwrapper
final class RecursiveUnwrapper implements RecursiveUnwrapperInterface
| internal | This class is not covered by the backward compatibility promise | 
Constants
| UNIQUE_TAG | 
 | 
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 41
                            
    __construct(bool $tagging = true)
        
    
    Initializes the object.
        at line 53
                            array
    unwrap(ValuesInterface $values)
        
    
    Walk recursively through $values and unwrap nested instances of ValuesInterface when suitable.