InterNations\Component\HttpMock\RequestCollectionFacade::__construct PHP Method

__construct() public method

public __construct ( Guzzle\Http\ClientInterface $client )
$client Guzzle\Http\ClientInterface
    public function __construct(ClientInterface $client)
    {
        $this->client = $client;
    }