FastFeed\FastFeed::__construct PHP Method

__construct() public method

public __construct ( Ivory\HttpAdapter\HttpAdapterInterface $http, Psr\Log\LoggerInterface $logger )
$http Ivory\HttpAdapter\HttpAdapterInterface
$logger Psr\Log\LoggerInterface
    public function __construct(HttpAdapterInterface $http, LoggerInterface $logger)
    {
        $this->http = $http;
        $this->logger = $logger;
    }