You are here

public function FeedsHTTPFetcherAppendHeadersResult::setTimeout in Feeds HTTPFetcher Append Headers 7

File

plugins/FeedsHTTPFetcherAppendHeaders.inc, line 43
Home of the FeedsHTTPFetcherAppendHeaders and related classes.

Class

FeedsHTTPFetcherAppendHeadersResult
Result of FeedsHTTPFetcherAppendHeaders::fetch().

Code

public function setTimeout($timeout) {
  $this->timeout = $timeout;
}