KGzocha\Searcher\Context\FinderSearchingContext::__construct PHP Method

__construct() public method

public __construct ( Finder $finder )
$finder Symfony\Component\Finder\Finder Finder
    public function __construct(Finder $finder)
    {
        parent::__construct($finder);
    }