FastFeed\FastFeed::setHttpClient PHP Méthode

setHttpClient() public méthode

Set Guzzle
public setHttpClient ( Guzzle\Http\ClientInterface $guzzle )
$guzzle Guzzle\Http\ClientInterface
    public function setHttpClient(ClientInterface $guzzle)
    {
        $this->http = $guzzle;
    }