RecursiveSelector
final class RecursiveSelector implements RecursiveSelectorInterface
| internal | This class is not covered by the backward compatibility promise | 
Selects actual values from a $subject according to expected values.
Methods
                    select(mixed $subject)
        
                                            
                
            Select an array of values from $subject.
Details
        at line 27
                            
    __construct(SelectionInterface $selection)
        
    
    No description
        at line 37
                            ValuesInterface
    select(mixed $subject)
        
    
    Select an array of values from $subject.