You are here

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

File

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

Class

FeedsHTTPFetcherAppendHeadersResult
Result of FeedsHTTPFetcherAppendHeaders::fetch().

Code

public function getTimeout() {
  return $this->timeout;
}