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

__construct(SelectionInterface $selection)

No description

select(mixed $subject)

Select an array of values from $subject.

Details

at line 27
__construct(SelectionInterface $selection)

No description

Parameters

SelectionInterface $selection

at line 37
ValuesInterface select(mixed $subject)

Select an array of values from $subject.

Parameters

mixed $subject

Return Value

ValuesInterface